Implement board AVE-74*161

This commit is contained in:
adelikat 2012-03-10 13:40:36 +00:00
parent efd4c5cbab
commit 67c98f7d37
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ namespace BizHawk.Emulation.Consoles.Nintendo
case "KONAMI-CNROM": //gradius (J)
AssertPrg(32); AssertChr(32);
break;
case "AVE-74*161":
AssertPrg(32); AssertChr(64);
break;
default:
return false;