diff options
Diffstat (limited to 'ppu.c')
| -rw-r--r-- | ppu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -400,7 +400,7 @@ static void ppu_tick(struct nes_state *state) { ppu->reg_status |= 0x80; if(ppu->reg_ctrl & 0x80) { - state->nmi_pending = 1; + state->cpu.nmi_pending = 1; } } |
