cd: fix busreq and reset
[picodrive.git] / pico / pico.c
index bd4621b..696743f 100644 (file)
@@ -171,10 +171,6 @@ int PicoReset(void)
   SekSetRealTAS(PicoAHW & PAHW_MCD);\r
   SekCycleCnt = SekCycleAim = 0;\r
 \r
-  if (PicoAHW & PAHW_MCD)\r
-    // needed for MCD to reset properly, probably some bug hides behind this..\r
-    memset(Pico.ioports,0,sizeof(Pico.ioports));\r
-\r
   Pico.m.dirtyPal = 1;\r
 \r
   Pico.m.z80_bank68k = 0;\r