mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[Core/MS] fixed BIOS ROM loading when switching system hardware
This commit is contained in:
parent
dcaae2b2cd
commit
3fd9301377
@ -512,6 +512,8 @@ int load_bios(void)
|
||||
|
||||
default:
|
||||
{
|
||||
/* mark all BOOTROM as unloaded */
|
||||
system_bios &= ~(0x10 | SYSTEM_SMS | SYSTEM_GG);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user