nes-add NES-JLROM for mr gimmick! (e) - but it doesnt work cos its pal
This commit is contained in:
parent
2d89f5485f
commit
06c44cf040
|
@ -78,6 +78,9 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
//configure
|
//configure
|
||||||
switch (Cart.board_type)
|
switch (Cart.board_type)
|
||||||
{
|
{
|
||||||
|
case "NES-JLROM": //mr gimmick!
|
||||||
|
AssertPrg(256); AssertChr(128); AssertWram(0); AssertVram(0); AssertBattery(false);
|
||||||
|
break;
|
||||||
case "MAPPER069":
|
case "MAPPER069":
|
||||||
break;
|
break;
|
||||||
case "SUNSOFT-5A": //Batman (J)
|
case "SUNSOFT-5A": //Batman (J)
|
||||||
|
|
Loading…
Reference in New Issue