mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
cd: fix busreq and reset
This commit is contained in:
parent
59991f1117
commit
4fb435550b
4 changed files with 44 additions and 36 deletions
|
@ -171,10 +171,6 @@ int PicoReset(void)
|
|||
SekSetRealTAS(PicoAHW & PAHW_MCD);
|
||||
SekCycleCnt = SekCycleAim = 0;
|
||||
|
||||
if (PicoAHW & PAHW_MCD)
|
||||
// needed for MCD to reset properly, probably some bug hides behind this..
|
||||
memset(Pico.ioports,0,sizeof(Pico.ioports));
|
||||
|
||||
Pico.m.dirtyPal = 1;
|
||||
|
||||
Pico.m.z80_bank68k = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue