support Mapper 47 as the NES-QJ board, some roms in the wild have the mapper number in the ines header

This commit is contained in:
adelikat 2016-10-15 08:22:09 -05:00
parent b29f7ef009
commit a409f1fb62
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
//analyze board type
switch (Cart.board_type)
{
case "MAPPER047": // Junk roms
break;
case "NES-QJ": //super spike v'ball / nintendo world cup
AssertPrg(256); AssertChr(256); AssertVram(0); AssertWram(0);
AssertBattery(false);