NEShawk - Mapper 17, small adjustments

This commit is contained in:
scrimpeh 2015-09-27 14:42:32 +02:00
parent d8c49a7d6d
commit 69d0d813eb
1 changed files with 3 additions and 0 deletions

View File

@ -29,10 +29,12 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
prg_mask_8k = Cart.prg_size / 8 - 1;
chr_mask_1k = Cart.chr_size / 1 - 1;
//Initial State
prg_regs_8k[0] = 0x00;
prg_regs_8k[1] = 0x01;
prg_regs_8k[2] = 0xFE;
prg_regs_8k[3] = 0xFF;
SetMirrorType(Cart.pad_h, Cart.pad_v);
return true;
@ -71,6 +73,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
irq_count |= value << 8;
irq_enable = true;
irq_pending = false;
SyncIRQ();
break;
//PRG