NESHawk - mapper 91 - set mirroring based on cart info, fixes all mapper 91 games that need vertical mirroring
This commit is contained in:
parent
45dfee6605
commit
858834ae94
|
@ -37,7 +37,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
prg_regs_8k[2] = 0xFE;
|
||||
|
||||
mmc3 = new MMC3(this, 0x7FFFFFFF);
|
||||
|
||||
|
||||
SetMirrorType(Cart.pad_h, Cart.pad_v);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue