Add files via upload

This commit is contained in:
alyosha-tas 2017-05-29 18:50:02 -04:00 committed by GitHub
parent d825769cf5
commit fe7606130e
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
_chrBankMask_8k = Cart.chr_size / 8 - 1;
_prgBankMask_32k = Cart.prg_size / 32 - 1;
SetMirrorType(Cart.pad_h, Cart.pad_v);
return true;
}