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 dc9321fa83..a80a4461ba 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 @@ -77,9 +77,12 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "HVC-TLROM": //8 eyes (J) case "UNIF_NES-TLROM": // Gaiapolis (obviously a clone board, but which one?) case "ACCLAIM-TLROM": + AssertPrg(128, 256, 512); AssertChr(64, 128, 256); AssertVram(0); AssertWram(0); AssertBattery(false); break; + case "UNIF_NES-TLROM\0\0F\a": // adelikat: This is really what comes in from Tao of 007, The by Quietust (PD) [U][a2].unf in GoodNES3.14 + break; case "HVC-TL1ROM": // untested case "NES-TL1ROM": //Double dragon 2 AssertPrg(128); AssertChr(128); AssertVram(0); AssertWram(0);