X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstargem2.cpp;h=107f8dbf241c13caab09edaff25b0b3f29de71e4;hb=0c6f353827a94eb52c21e677658000f98452b247;hp=4f3e50952d0dcf646cdc5976d29d7d62295f0fd5;hpb=05e3af22c4bd3c40744505a52bbdb24a13fab694;p=stargem2 diff --git a/src/stargem2.cpp b/src/stargem2.cpp index 4f3e509..107f8db 100755 --- a/src/stargem2.cpp +++ b/src/stargem2.cpp @@ -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)