Home
last modified time | relevance | path

Searched refs:m_color_modes (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dsnes_ppu.h223 uint8_t m_color_modes; variable
H A Dsnes_ppu.cpp335 save_item(NAME(m_color_modes)); in device_start()
1375 …if (!m_sub_add_mode) return blend(above->buffer[x], m_cgram[FIXED_COLOUR], BIT(m_color_modes, 0) !… in pixel()
1376 …return blend(above->buffer[x], below->buffer[x], BIT(m_color_modes, 0) != 0 && window_above[x] != … in pixel()
1381 if (!BIT(m_color_modes, 1)) // add in blend()
2367 m_color_modes = (data >> 6) & 0x03; in write()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dsnes_ppu.h223 uint8_t m_color_modes; variable
H A Dsnes_ppu.cpp335 save_item(NAME(m_color_modes)); in device_start()
1375 …if (!m_sub_add_mode) return blend(above->buffer[x], m_cgram[FIXED_COLOUR], BIT(m_color_modes, 0) !… in pixel()
1376 …return blend(above->buffer[x], below->buffer[x], BIT(m_color_modes, 0) != 0 && window_above[x] != … in pixel()
1381 if (!BIT(m_color_modes, 1)) // add in blend()
2367 m_color_modes = (data >> 6) & 0x03; in write()