diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs index 81be8d31f5..4029fb7166 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs @@ -42,6 +42,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "MAPPER004": break; case "NES-TBROM": //tecmo world cup soccer (DE) [untested] + case "HVC-TBROM": AssertPrg(64); AssertChr(64); AssertVram(0); AssertWram(0); AssertBattery(false); break;