VS updates

This commit is contained in:
alyosha-tas 2016-10-27 18:19:18 -04:00 committed by GitHub
parent e2e8c2cfc0
commit 56177d9b73
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
return false;
}
if (Cart.DB_GameInfo.Hash == "D232F7BE509E3B745D9E9803DA945C3FABA37A70")
NES._isVS2c05 = true;
prg_byte_mask = Cart.prg_size * 1024 - 1;
chr_mask = (Cart.chr_size / 8) - 1;