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;