support ines header "MAPPER034", fixes a bad dump of something
This commit is contained in:
parent
d662d9a700
commit
20f7dca9ae
|
@ -31,7 +31,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
case "NES-BNROM": //Deadly Towers (U)
|
case "NES-BNROM": //Deadly Towers (U)
|
||||||
AssertPrg(128); AssertChr(0); AssertWram(0); AssertVram(8);
|
AssertPrg(128); AssertChr(0); AssertWram(0); AssertVram(8);
|
||||||
break;
|
break;
|
||||||
|
case "MAPPER034": // 3-D Battles of World Runner, The (U) [b5].nes
|
||||||
|
// TODO: No idea what to assert here
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue