SMS: quickfix, only load SMS BIOS on SMS games (not Game Gear or SG1000)
This commit is contained in:
parent
9a59155177
commit
60147ffbab
|
@ -199,7 +199,7 @@ namespace BizHawk.Emulation.Cores.Sega.MasterSystem
|
|||
Port3E = 0xF7; // Disable cartridge, enable BIOS rom
|
||||
InitBiosMapper();
|
||||
}
|
||||
else
|
||||
else if (game.System == "SMS")
|
||||
{
|
||||
BiosRom = comm.CoreFileProvider.GetFirmware("SMS", "SMSBIOS", false);
|
||||
if (BiosRom != null) // && usebios
|
||||
|
|
Loading…
Reference in New Issue