NES - support HVC-TBROM (Super Sprint (J))

This commit is contained in:
adelikat 2014-01-18 15:14:34 +00:00
parent 7e67b41128
commit ff840c9cba
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case "MAPPER004":
break;
case "NES-TBROM": //tecmo world cup soccer (DE) [untested]
case "HVC-TBROM":
AssertPrg(64); AssertChr(64); AssertVram(0); AssertWram(0);
AssertBattery(false);
break;