mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
mcd, preparations for msu support
This commit is contained in:
parent
178a9b683c
commit
02ff025479
15 changed files with 153 additions and 170 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue