SMS: quickfix, only load SMS BIOS on SMS games (not Game Gear or SG1000)

This commit is contained in:
beirich 2014-03-05 12:49:27 +00:00
parent 9a59155177
commit 60147ffbab
1 changed files with 1 additions and 1 deletions

View File

@ -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