NES - mapper 50 - fix mirroring
This commit is contained in:
parent
0d10eee747
commit
8d45516811
|
@ -24,7 +24,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
}
|
}
|
||||||
prg_bank = 0;
|
prg_bank = 0;
|
||||||
prg_bank_mask_8k = Cart.prg_size / 8 - 1;
|
prg_bank_mask_8k = Cart.prg_size / 8 - 1;
|
||||||
|
SetMirrorType(EMirrorType.Vertical);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue