diff options
Diffstat (limited to 'ppu.c')
| -rw-r--r-- | ppu.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -397,6 +397,9 @@ static void ppu_tick(struct nes_state *state) { } if(UNLIKELY(scanline == 241) && dot == 1) { + // static int32_t tas_frame = 0; + // state->input[0] = tas_input[tas_frame++]; + ppu->reg_status |= 0x80; if(ppu->reg_ctrl & 0x80) { state->nmi_pending = 1; |
