Home
last modified time | relevance | path

Searched refs:PPU_CONTROL0_NMI (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dppu2c03b.h43 PPU_CONTROL0_NMI = 0x80, enumerator
H A Dppu2c03b.c716 if ( ( scanline == NMI_SCANLINE ) && ( ppu_regs[PPU_CONTROL0] & PPU_CONTROL0_NMI ) ) in update_scanline()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dppu2c03b.h43 PPU_CONTROL0_NMI = 0x80, enumerator
H A Dppu2c03b.c716 if ( ( scanline == NMI_SCANLINE ) && ( ppu_regs[PPU_CONTROL0] & PPU_CONTROL0_NMI ) ) in update_scanline()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dppu2c0x.h162 PPU_CONTROL0_NMI = 0x80, enumerator
H A Dppu2c0x.cpp559 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()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dppu2c0x.h162 PPU_CONTROL0_NMI = 0x80, enumerator
H A Dppu2c0x.cpp559 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()