Re: AppleWin and Linux!




I just sent you an email from my REAL email account. Please do email
me the src and DLL's. If I can compile the source I'll give trouble
shoothing this a try. I have little to no MSWin development
tools/experience ... but I do this fairly often in Linux.

"TomCh" <tomcharlesworth@xxxxxxxxxxxxxxxx> wrote:

>Doug Mitton wrote:
>> I've been experimenting with AppleWin under Linux and the Wine
>> emulator. Up to version 1.12.6.0 worked fine but starting with
>> 1.12.7.0 I get a screen full of "@" signs when I reboot or load a DSK
>> image at startup. This looks like about where it stopped using .dlls
>> and went to some built in CPU emulation.
>>
>I wonder if this is a speed thing?
>The built-in 6502 emulation code is *much* slower than the DLLs, but
>really doesn't do anything fancy. I can send you DLLs that work with
>1.12.7.x.
>
>I don't really want to continue using these DLLs for the following
>reasons:
>. x86 CPUs are fast enough to easily emulate a 6502 (running at 10MHz+)
>with C code, so don't need hand-coded x86 asm anymore
>. The hand-coded x86 asm is a real pain to maintain & extend
>. It limits portability of the code
>
>> I'd like to take a look and see if I can find a reason for this
>> problem.
>>
>Great! I'll try to help if I can.
>
>> Questions:
>> - Where can I get a copy of the source for 1.12.6.0?
>> (So I can compare differences)
>I can email this to you.
>
>> - What MSWin development package (and version) do I need to
>> compile the AppleWin source?
>I've used Visual Studio 6 & 7.
>With VS7, you don't need DirectX SDK or Platform SDK (as it comes with
>VS7). I could be wrong though.
>
>> - Are there some instructions to use the builtin AppleWin debugger?
>>
>Yes, see the help .chm.
>Michael Pohoreski has extended this massively. Contact him (see
>news-group posting) for a patch to the 1.12.7.2 src base.
>
>So let me know if you want me to email you the 1.12.6 src & 1.12.7 DLLs
>
>Tom

--
------------------------------------------------
http://www3.sympatico.ca/dmitton
SPAM Reduction: Remove "x." from my domain.
------------------------------------------------
.



Relevant Pages

  • a few questions about rebuilding a system?
    ... install ... if i have the newest version of xmms etc.. ... I have some apps i have compiled my self from the authors src.. ... compile all my src from now on in single user mode if this is acceptable. ...
    (freebsd-questions)
  • Re: directx samples
    ... >> headers for compiling, libs for linking, src for the common files. ... > To be exact the d3dapp.cpp wont compile on the examples but everything else ... > the same as the error for the newer PC with larger directx3D programs like ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: basics of ANT
    ... > it is called in order to compile and run you need a "build.xml" file. ... > i have a java code here. ... > public class HelloWorld { ... The better place is to put the same in src. ...
    (comp.lang.java.programmer)
  • Re: [SLE] My first kernel compile
    ... > Hey guys' ... > I finally tried to compile the linux kernel from src for my first ...
    (SuSE)