NESHawk - add support for Tao of 007, The by Quietust (PD) [U][a2].unf

This commit is contained in:
adelikat 2015-08-17 16:55:40 -04:00
parent adbe7a2340
commit 399a8b5166
1 changed files with 3 additions and 0 deletions

View File

@ -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);