X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcd%2FArea.c;h=1dd6fc49a11688fd42ae086af7da02d1e8a78731;hb=3aa1e148a28da9b4e10e824984f7b3a4908b1ace;hp=dbd66cbd6a5cdafcc0f465457c0f8d2b64a155e2;hpb=9112b6ce9fd42ee46adb7e8148e587a7f60e35f4;p=picodrive.git diff --git a/Pico/cd/Area.c b/Pico/cd/Area.c index dbd66cb..1dd6fc4 100644 --- a/Pico/cd/Area.c +++ b/Pico/cd/Area.c @@ -240,8 +240,8 @@ PICO_INTERNAL int PicoCdLoadState(void *file) /* after load events */ if (Pico_mcd->s68k_regs[3]&4) // 1M mode? wram_2M_to_1M(Pico_mcd->word_ram2M); -#ifdef _ASM_CD_MEMORY_C PicoMemResetCD(Pico_mcd->s68k_regs[3]); +#ifdef _ASM_CD_MEMORY_C if (Pico_mcd->s68k_regs[3]&4) PicoMemResetCDdecode(Pico_mcd->s68k_regs[3]); #endif