Update Namcot129_163.cs

FINALLY fix Kaiketsu Yanchamaru 3 - Taiketsu! Zouringen (J)

This was really bugging me so I'm glad I finally found this bug.
This commit is contained in:
alyosha-tas 2016-12-29 19:03:42 -05:00 committed by GitHub
parent 1363203af4
commit aeec03dc91
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
prg_banks_8k[3] = (byte)(0xFF & prg_bank_mask_8k);
prg_banks_8k[2] = (byte)(0xFF & prg_bank_mask_8k)-1;
chr_banks_1k[8] = chr_banks_1k[10] = 0xFF;
chr_banks_1k[8] = chr_banks_1k[10] = 0xFE;
chr_banks_1k[9] = chr_banks_1k[11] = 0xFF;
vram_enable[2] = true;