From 7d9b878d5fd801670e121ae24331e1d0a761818a Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Tue, 6 Jun 2017 07:52:17 -0400 Subject: [PATCH] Update NROM.cs --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}