mcd, preparations for msu support

This commit is contained in:
kub 2023-05-26 19:09:37 +00:00
parent 178a9b683c
commit 02ff025479
15 changed files with 153 additions and 170 deletions

View file

@ -146,7 +146,9 @@ PICO_INTERNAL void PicoDetectRegion(void)
else if (support&1) hw=0x00; // Japan NTSC
else hw=0x80; // USA
Pico.m.hardware=(unsigned char)(hw|0x20); // No disk attached
if (!(PicoIn.AHW & PAHW_MCD)) hw |= 0x20; // No disk attached
Pico.m.hardware=(unsigned char)hw;
Pico.m.pal=pal;
}