Searched refs:PPU_CONTROL0_NMI (Results 1 – 8 of 8) sorted by relevance
43 PPU_CONTROL0_NMI = 0x80, enumerator
716 if ( ( scanline == NMI_SCANLINE ) && ( ppu_regs[PPU_CONTROL0] & PPU_CONTROL0_NMI ) ) in update_scanline()
162 PPU_CONTROL0_NMI = 0x80, enumerator
559 if (m_regs[PPU_CONTROL0] & PPU_CONTROL0_NMI) in device_timer()1432 …data &= (0x01 | PPU_CONTROL0_INC | PPU_CONTROL0_NMI); /* other bits of $2000 are ignored by this c… in write()