mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 11:11:48 +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:
|
default:
|
||||||
{
|
{
|
||||||
|
/* mark all BOOTROM as unloaded */
|
||||||
|
system_bios &= ~(0x10 | SYSTEM_SMS | SYSTEM_GG);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user