neshawk-fix bill&ted MMC1 PRGmode %00 bug

This commit is contained in:
zeromus 2014-01-11 22:53:31 +00:00
parent f98fa2bdbc
commit 25d7a7e2fa
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
if (prg_slot == 0)
{
//...$C000:
prg_banks_16k[0] = 0x0F;
prg_banks_16k[0] = 0x00;
prg_banks_16k[1] = prg;
}
else