X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.c;h=7c7a93e7189f4928a9fd16ac1090c5784f84c937;hb=61801d5bc85c82afc5548fc25fc890bb56f4e763;hp=747c6266d1af8d4f56c477adac97c4d3fb6e8566;hpb=7eaa381224c5b50b90f39938be2e298a322b6f9f;p=picodrive.git diff --git a/pico/pico.c b/pico/pico.c index 747c626..7c7a93e 100644 --- a/pico/pico.c +++ b/pico/pico.c @@ -165,7 +165,7 @@ int PicoReset(void) SekReset(); // s68k doesn't have the TAS quirk, so we just globally set normal TAS handler in MCD mode (used by Batman games). SekSetRealTAS(PicoAHW & PAHW_MCD); - SekCycleCntT=0; + SekCycleCntT = SekCycleCnt = SekCycleAim = 0; if (PicoAHW & PAHW_MCD) // needed for MCD to reset properly, probably some bug hides behind this..