Cleanup up previous mapper 119 stuff

This commit is contained in:
adelikat 2015-09-07 22:42:08 -04:00
parent 44d7eeda0b
commit 43f86b5698
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
switch (Cart.board_type)
{
case "MAPPER119":
case "NES-TQROM": // High Speed and Pin Bot
Cart.vram_size = 8; Cart.wram_size = 0; // Junk ROMs get these wrong
break;
case "NES-TQROM": // High Speed and Pin Bot
AssertPrg(128); AssertChr(64); AssertVram(8); AssertWram(0);
break;
default: