From 492f78bfa2478bc5baa7a8426beeb5161cdabfec Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Sun, 4 Jun 2017 17:30:38 -0400 Subject: [PATCH] Update SxROM.cs --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs index db2565d3f2..34d802312c 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs @@ -425,6 +425,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES NES.VS_dips[7] = (byte)(NES.SyncSettings.VSDipswitches.Dip_Switch_8 ? 1 : 0); break; case "MAPPER001": + case "NES-SIEPROM": // there's no way to define PRG oversize for mapper001 due to how the MMC1 regs work // so 512KB must mean SUROM or SXROM. SUROM is more common, so we try that if (Cart.prg_size > 256)