support ines header "MAPPER034", fixes a bad dump of something

This commit is contained in:
adelikat 2015-08-08 10:05:09 -04:00
parent d662d9a700
commit 20f7dca9ae
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case "NES-BNROM": //Deadly Towers (U)
AssertPrg(128); AssertChr(0); AssertWram(0); AssertVram(8);
break;
case "MAPPER034": // 3-D Battles of World Runner, The (U) [b5].nes
// TODO: No idea what to assert here
break;
default:
return false;
}