NES: ExROM: Support "HVC-EKROM". Fixes good dumps of:

Just Breed (ジャストブリード)
Royal Blood (ロイヤルブラッド)
Shin 4 Nin Uchi Mahjong: Yakuman Tengoku (新4人打ちマージャン 役満天国)
This commit is contained in:
goyuken 2012-12-14 19:35:43 +00:00
parent 6ca1886933
commit a4f3c2a7de
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
case "NES-EKROM": //Gemfire (U) case "NES-EKROM": //Gemfire (U)
AssertPrg(256); AssertChr(256); AssertPrg(256); AssertChr(256);
break; break;
case "HVC-EKROM":
break;
default: default:
return false; return false;
} }