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:
parent
6fedb67949
commit
1f63e410ba
|
@ -13,6 +13,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
switch (Cart.board_type)
|
switch (Cart.board_type)
|
||||||
{
|
{
|
||||||
case "NES-DRROM": //gauntlet (U)
|
case "NES-DRROM": //gauntlet (U)
|
||||||
|
case "TENGEN-800004": // gauntlet (Unl)
|
||||||
AssertPrg(128); AssertChr(64); AssertVram(2); AssertWram(0);
|
AssertPrg(128); AssertChr(64); AssertVram(2); AssertWram(0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue