NESHawk - add support for Tao of 007, The by Quietust (PD) [U][a2].unf
This commit is contained in:
parent
adbe7a2340
commit
399a8b5166
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue