diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TVROM.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TVROM.cs index 81b7e198fe..0504839bdf 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TVROM.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TVROM.cs @@ -15,6 +15,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo AssertPrg(64); AssertChr(64); AssertVram(8); AssertWram(0); AssertBattery(false); break; + case "NES-TR1ROM": // Gauntlet variant (untested!) + break; default: return false; }