From f36b213eaed1b9681466cb3cfe3433c285b95bdf Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 18 Jan 2014 05:38:21 +0000 Subject: [PATCH] diiig duuug toooo --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs index 1985fcef34..cbbc0bacb4 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs @@ -46,6 +46,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "IREM-NROM-256": case "NAMCOT-3303": case "NAMCOT-3311": + case "NAMCOT-3312": AssertPrg(8, 16, 32); AssertChr(8); AssertVram(0); AssertWram(0, 8); break;