]> Shamusworld >> Repos - stargem2/blobdiff - src/stargem2.cpp
Virtual 6809 is close to being 100% at this point; at least StarGem works
[stargem2] / src / stargem2.cpp
index 4f3e50952d0dcf646cdc5976d29d7d62295f0fd5..107f8dbf241c13caab09edaff25b0b3f29de71e4 100755 (executable)
@@ -46,6 +46,7 @@ using namespace std;
 // Interesting... This (1/16) causes the machine to crash in the demo (if run from clean start, otherwise it FUs demo)!
 // (1/32) fucks up the demo...
 // (1/64) works. Weird!
+//1/64 no more... but 1/128, 1/32 and 1/16 don't work either!
 //#define SG2_PIA_CALLBACK_DURATION            ((FRAME_DURATION_IN_CYCLES * M6809_CYCLE_IN_USEC) / 16.0)
 #define SG2_PIA_CALLBACK_DURATION              ((FRAME_DURATION_IN_CYCLES * M6809_CYCLE_IN_USEC) / 64.0)