VS security in game db

This commit is contained in:
alyosha-tas 2016-10-31 09:58:48 -04:00 committed by GitHub
parent d8dfaf6d3d
commit 76209f3dd3
1 changed files with 0 additions and 8 deletions

View File

@ -47,14 +47,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
return false;
}
if (Cart.DB_GameInfo.Hash == "D232F7BE509E3B745D9E9803DA945C3FABA37A70") // ninja kun
NES._isVS2c05 = 1;
if (Cart.DB_GameInfo.Hash == "CAE9CB4C0452C56BED58AEACCEACE8A3107F843A") // mighty bomb jack
NES._isVS2c05 = 2;
if (Cart.DB_GameInfo.Hash == "21674A6571F0D4C812B9C30092C0C5ABED0C92E1") // Gumshoe
NES._isVS2c05 = 3;
prg_byte_mask = Cart.prg_size * 1024 - 1;
chr_mask = (Cart.chr_size / 8) - 1;