mcd 68k, fix autoload for cyclone
authorkub <derkub@gmail.com>
Thu, 11 May 2023 22:06:23 +0000 (22:06 +0000)
committerkub <derkub@gmail.com>
Thu, 11 May 2023 22:06:23 +0000 (22:06 +0000)
pico/cd/mcd.c

index 1ae5f25..2283887 100644 (file)
@@ -31,6 +31,7 @@ PICO_INTERNAL void PicoPowerMCD(void)
 {
   int fmt_size;
 
+  SekResetS68k();
   SekCycleCntS68k = SekCycleAimS68k = 0;
 
   fmt_size = sizeof(formatted_bram);