nes-add KONAMI-CNROM

This commit is contained in:
zeromus 2011-11-13 09:18:14 +00:00
parent 51f2e28e1b
commit 242e6c8aed
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ namespace BizHawk.Emulation.Consoles.Nintendo
case "HVC-CNROM":
AssertPrg(16, 32); AssertChr(8,16,32);
break;
case "KONAMI-CNROM": //gradius (J)
AssertPrg(32); AssertChr(32);
break;
default:
return false;