32x: implement more sh2 peripherals

This commit is contained in:
notaz 2013-08-11 20:30:02 +03:00
parent 7eaa381224
commit 61801d5bc8
3 changed files with 92 additions and 33 deletions

View file

@ -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..