diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/Mapper50.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/Mapper50.cs index 509876920a..e153fbe20b 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/Mapper50.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/Mapper50.cs @@ -24,7 +24,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo } prg_bank = 0; prg_bank_mask_8k = Cart.prg_size / 8 - 1; - + SetMirrorType(EMirrorType.Vertical); return true; }