add MAPPER119 designation to TQROM

This commit is contained in:
adelikat 2015-08-25 16:45:22 -04:00
parent 56ec186b3f
commit 45dfee6605
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
//analyze board type
switch (Cart.board_type)
{
case "MAPPER119": // adelikat: Just in case, I didn't find a ROM with this but it could happen
case "NES-TQROM": //high speed and pinbot
AssertPrg(128); AssertChr(64); AssertVram(8); AssertWram(0);
break;