NESHawk - mapper 91 - set mirroring based on cart info, fixes all mapper 91 games that need vertical mirroring

This commit is contained in:
adelikat 2015-08-25 17:06:59 -04:00
parent 45dfee6605
commit 858834ae94
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}