Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dvigilant.cpp27 save_item(NAME(m_horiz_scroll_high)); in video_start()
45 m_horiz_scroll_high = 0; in video_reset()
131 m_horiz_scroll_high = (data & 0x01) * 256; in vigilant_horiz_scroll_w()
177 int scroll = -(m_horiz_scroll_low + m_horiz_scroll_high); in draw_foreground()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dvigilant.cpp27 save_item(NAME(m_horiz_scroll_high)); in video_start()
45 m_horiz_scroll_high = 0; in video_reset()
131 m_horiz_scroll_high = (data & 0x01) * 256; in vigilant_horiz_scroll_w()
177 int scroll = -(m_horiz_scroll_low + m_horiz_scroll_high); in draw_foreground()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dvigilant.h40 int m_horiz_scroll_high; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dvigilant.h40 int m_horiz_scroll_high; variable