nes: add identifier for TENGEN-800030. fixes bootgod identified dumps of various tengen (U) games
This commit is contained in:
parent
3575eb849b
commit
50f65452b5
|
@ -47,7 +47,9 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
|||
AssertPrg(32); AssertChr(32); AssertVram(0); AssertWram(0);
|
||||
throw new Exception("TODO - test please");
|
||||
//break;
|
||||
|
||||
case "TENGEN-800030": // Pac-Mania (U), etc
|
||||
AssertPrg(64, 128); AssertChr(32, 64); AssertVram(0); AssertWram(0);
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue