nes: add "NES-TR1ROM" to TVROM, should emulate identically (except for differences in MMC3 variant, which are handled). like "NES-TVROM", bootgod id only, as iNES is too crappy for this. should fix some version of Gauntlet (U), but can't test as I don't have the rom.

This commit is contained in:
goyuken 2012-10-15 21:34:39 +00:00
parent 2659caec94
commit fbcc7375de
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
AssertPrg(64); AssertChr(64); AssertVram(8); AssertWram(0);
AssertBattery(false);
break;
case "NES-TR1ROM": // Gauntlet variant (untested!)
break;
default:
return false;
}