neshawk-fix bill&ted MMC1 PRGmode %00 bug
This commit is contained in:
parent
f98fa2bdbc
commit
25d7a7e2fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue