From 60147ffbab0ff8d302781b5c5b509769186d5d4e Mon Sep 17 00:00:00 2001 From: beirich Date: Wed, 5 Mar 2014 12:49:27 +0000 Subject: [PATCH] SMS: quickfix, only load SMS BIOS on SMS games (not Game Gear or SG1000) --- BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs b/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs index a078a8688c..5692aeb7ca 100644 --- a/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs +++ b/BizHawk.Emulation.Cores/Consoles/Sega/SMS/SMS.cs @@ -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