20.11.15

time, there's no time..

With just a few adjustments to the SDL code I got an output window, which also contained the status line and looked quite ok.

But nothing happened. The CPU emulation code was called and then .. nothing!?

In my old 2.8.1 version I added some assembler operations to get a better timing for the processor speed, as AROS seems not to be able to provide something like that.

And I enclosed the assembler part with


#if defined(i386) || defined(x86_64)
..
#endif

The actual build system seems to be missing those defines !? So after removing the ifdef's the cpu emulation can now determinate the speed of the processor and now:


This is the first screenshot of a running WinUAE 3.2.0 port on AROS :-)!

0 Comments:

Post a Comment

<< Home