nes-oops, i broke everything.

This commit is contained in:
zeromus 2011-09-26 01:34:08 +00:00
parent b7863fb7d1
commit 3d1ef60a01
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
case "TENGEN-800032":
AssertPrg(64,128); AssertChr(64,128); AssertVram(0); AssertWram(00);
break;
default:
return false;
}
prg_bank_mask_8k = Cart.prg_size / 8 - 1;