mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-26 16:29:37 -04:00
32x: implement more sh2 peripherals
This commit is contained in:
parent
7eaa381224
commit
61801d5bc8
3 changed files with 92 additions and 33 deletions
|
|
@ -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..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue