-
I'm interested in the timings you get for AZTEC.DSK (from boot to when it says "Press any key").
For 1.26.0.1:
- On my desktop PC (Win7-64, AMD Phenom II dual-core @3GHz) it takes 32s(!)
- But on my …
tomcw updated
7 years ago
-
Get error when compile for MacOS 10.7.5:
Undefined symbols for architecture x86_64:
"_environ", referenced from:
_r_sys_clearenv in sys.o
(maybe you meant: _r_sys_set_environ, _r_sy…
-
When you step through code, after writing to WSYNC, the counter updates after the **next** instruction.
BTW #1: Also Scan+1 points stops after the **next** instruction after WSYNC. (and even later…
-
Full-speed might have been needed in the past or in certain circumstances (trace?) but debugging emulation speed needs to be slowed down to 1MHz - usually because you need to control some game etc to …
-
Hi Michael,
If you exit the built-in AppleWin debugger using SHIFT+F7 (where F7 is for the Debug button on the UI), then this sets `g_bDebugNormalSpeedBreakpoints = true`.
The associated comment…
tomcw updated
7 years ago
-
-
More details at http://atariage.com/forums/topic/262864-defender-iii-atari-flashback-portable/#entry3709415.
The page notes that the ROM works on real hardware but not Stella. I will test on Harmo…
-
-
We have been discussing for quite a while now. I think after we finished implementing the new core, we should come back to this.
-
The code seems to be optimizable. Simply moving the vblank() check to the beginning improves maximum framerate by 20..25% in my tests.
And maybe it would be better to retrieve to colors in priority…