NES - mapper 50 - fix mirroring

This commit is contained in:
adelikat 2012-07-28 12:35:51 +00:00
parent 0d10eee747
commit 8d45516811
1 changed files with 1 additions and 1 deletions

View File

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