nes: add identifier for TENGEN-800030. fixes bootgod identified dumps of various tengen (U) games

This commit is contained in:
goyuken 2012-11-03 21:45:48 +00:00
parent 3575eb849b
commit 50f65452b5
1 changed files with 3 additions and 1 deletions

View File

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