diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs index a6885781a9..8e74c6767b 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs @@ -47,6 +47,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "NAMCOT-3305": case "NAMCOT-3311": case "NAMCOT-3312": + case "NAMCOT-NROM-128": case "NES-NROM-128": case "NES-NROM-256": //10 yard fight case "NES-RROM-128": @@ -92,4 +93,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES return ROM[addr]; } } -} \ No newline at end of file +}