fix an error in chr rom size for a CNROM game

This commit is contained in:
adelikat 2012-03-13 02:10:18 +00:00
parent f863bc41ed
commit 863f3fc4e5
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
{
case "NES-CNROM": //adventure island
case "HVC-CNROM":
AssertPrg(16, 32); AssertChr(8,16,24,32);
AssertPrg(16, 32); AssertChr(8,16,32,64);
break;
case "KONAMI-CNROM": //gradius (J)
AssertPrg(32); AssertChr(32);

View File

@ -96,7 +96,7 @@ sha1:D09EF8127C64CBE817B45DF33C4D43E7B441E381 Final Fantasy V (Unl) NES board=
sha1:92D9695FEB774F60965A8303CFE3E6AAEE7B7B62 Magic Dragon (Unl) NES board=Mapper107;PRG=128;CHR=64;WRAM=8;PAD_H=1
sha1:6DF9AECF5787C0833B0F05A9A83D0E58A6153977 Rumblestation 15-in-1 (Unl) NES board=Mapper046;PRG=1024;CHR=1024;WRAM=0
sha1:E4BFD5AB3C3649DBD36B9A7280CF431641BCBCEC H Peek-A-Boo Poker (Unl) NES board=NES-CNROM;PRG=32;CHR=24;WRAM=0
sha1:39294394A0631708F58397371CE14075AE1FB7E6 H Peek-A-Boo Poker (Panesian) NES board=NES-CNROM;PRG=32;CHR=24;WRAM=0
sha1:39294394A0631708F58397371CE14075AE1FB7E6 H Peek-A-Boo Poker (Panesian) NES board=NES-CNROM;PRG=32;CHR=64;WRAM=0
#include gamedb_neshomebrew.txt
#include gamedb_user.txt