From: kub Date: Thu, 11 May 2023 22:06:23 +0000 (+0000) Subject: mcd 68k, fix autoload for cyclone X-Git-Tag: v2.00~230 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f16f0d647f150383d87523f25465b5c76b7066c5;p=picodrive.git mcd 68k, fix autoload for cyclone --- diff --git a/pico/cd/mcd.c b/pico/cd/mcd.c index 1ae5f25b..22838878 100644 --- a/pico/cd/mcd.c +++ b/pico/cd/mcd.c @@ -31,6 +31,7 @@ PICO_INTERNAL void PicoPowerMCD(void) { int fmt_size; + SekResetS68k(); SekCycleCntS68k = SekCycleAimS68k = 0; fmt_size = sizeof(formatted_bram);