Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dsnes_ppu.h214 uint8_t m_window1_left, m_window1_right, m_window2_left, m_window2_right; variable
H A Dsnes_ppu.cpp326 save_item(NAME(m_window1_right)); in device_start()
475 output[x] = (x >= m_window1_left && x <= m_window1_right) ? set : clear; in render_window()
493 uint8_t one_mask = ((x >= m_window1_left && x <= m_window1_right) ? 1 : 0) ^ self.window1_invert; in render_window()
1192 output[x] = (x >= m_window1_left && x <= m_window1_right) ? set : clear; in update_color_windowmasks()
1213 uint8_t one_mask = ((x >= m_window1_left && x <= m_window1_right) ? 1 : 0) ^ self.window1_invert; in update_color_windowmasks()
2297 m_window1_right = data; in write()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dsnes_ppu.h214 uint8_t m_window1_left, m_window1_right, m_window2_left, m_window2_right; variable
H A Dsnes_ppu.cpp326 save_item(NAME(m_window1_right)); in device_start()
475 output[x] = (x >= m_window1_left && x <= m_window1_right) ? set : clear; in render_window()
493 uint8_t one_mask = ((x >= m_window1_left && x <= m_window1_right) ? 1 : 0) ^ self.window1_invert; in render_window()
1192 output[x] = (x >= m_window1_left && x <= m_window1_right) ? set : clear; in update_color_windowmasks()
1213 uint8_t one_mask = ((x >= m_window1_left && x <= m_window1_right) ? 1 : 0) ^ self.window1_invert; in update_color_windowmasks()
2297 m_window1_right = data; in write()