/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | atarig1.cpp | 59 save_item(NAME(m_playfield_yscroll)); in VIDEO_START_MEMBER() 106 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 110 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | atarig42.cpp | 80 save_item(NAME(m_playfield_yscroll)); in VIDEO_START_MEMBER() 133 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 138 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | atarigx2.cpp | 80 save_item(NAME(m_playfield_yscroll)); in video_start() 141 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 146 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | cyberbal.cpp | 110 save_item(NAME(m_playfield_yscroll)); in video_start() 183 if (newscroll != m_playfield_yscroll[i]) in scanline_update_one() 188 m_playfield_yscroll[i] = newscroll; in scanline_update_one()
|
H A D | atarigt.cpp | 94 save_item(NAME(m_playfield_yscroll)); in VIDEO_START_MEMBER() 183 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 188 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | vindictr.cpp | 85 save_item(NAME(m_playfield_yscroll)); in video_start() 185 if (m_playfield_yscroll != ((data - offset) & 0x1ff)) in TIMER_DEVICE_CALLBACK_MEMBER()
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | atarig1.cpp | 59 save_item(NAME(m_playfield_yscroll)); in VIDEO_START_MEMBER() 106 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 110 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | atarig42.cpp | 80 save_item(NAME(m_playfield_yscroll)); in VIDEO_START_MEMBER() 133 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 138 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | atarigx2.cpp | 80 save_item(NAME(m_playfield_yscroll)); in video_start() 141 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 146 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | cyberbal.cpp | 110 save_item(NAME(m_playfield_yscroll)); in video_start() 183 if (newscroll != m_playfield_yscroll[i]) in scanline_update_one() 188 m_playfield_yscroll[i] = newscroll; in scanline_update_one()
|
H A D | atarigt.cpp | 94 save_item(NAME(m_playfield_yscroll)); in VIDEO_START_MEMBER() 183 if (newscroll != m_playfield_yscroll) in TIMER_DEVICE_CALLBACK_MEMBER() 188 m_playfield_yscroll = newscroll; in TIMER_DEVICE_CALLBACK_MEMBER()
|
H A D | vindictr.cpp | 85 save_item(NAME(m_playfield_yscroll)); in video_start() 185 if (m_playfield_yscroll != ((data - offset) & 0x1ff)) in TIMER_DEVICE_CALLBACK_MEMBER()
|
/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | vindictr.h | 67 uint16_t m_playfield_yscroll; variable
|
H A D | atarig1.h | 54 uint16_t m_playfield_yscroll; variable
|
H A D | atarigx2.h | 81 uint16_t m_playfield_yscroll; variable
|
H A D | atarig42.h | 66 uint16_t m_playfield_yscroll; variable
|
H A D | cyberbal.h | 56 uint16_t m_playfield_yscroll[2]; variable
|
H A D | atarigt.h | 64 uint16_t m_playfield_yscroll; variable
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | vindictr.h | 67 uint16_t m_playfield_yscroll; variable
|
H A D | atarig1.h | 54 uint16_t m_playfield_yscroll; variable
|
H A D | atarigx2.h | 81 uint16_t m_playfield_yscroll; variable
|
H A D | atarig42.h | 66 uint16_t m_playfield_yscroll; variable
|
H A D | cyberbal.h | 56 uint16_t m_playfield_yscroll[2]; variable
|
H A D | atarigt.h | 64 uint16_t m_playfield_yscroll; variable
|