support "TENGEN-800004" as it is functionally identical to NES-DRROM. Fixes Gauntlet (Unl). Bad dumps of Gauntlet won't work because bootgod id and setup is required.

This commit is contained in:
goyuken 2012-10-14 14:16:25 +00:00
parent 6fedb67949
commit 1f63e410ba
1 changed files with 1 additions and 0 deletions
BizHawk.Emulation/Consoles/Nintendo/NES/Boards/Namcot1xx

View File

@ -13,6 +13,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
switch (Cart.board_type)
{
case "NES-DRROM": //gauntlet (U)
case "TENGEN-800004": // gauntlet (Unl)
AssertPrg(128); AssertChr(64); AssertVram(2); AssertWram(0);
break;
default: