Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dneogeo_spr.cpp42 m_auto_animation_speed = 0; in device_start()
54 save_item(NAME(m_auto_animation_speed)); in device_start()
122 m_auto_animation_speed = data; in set_auto_animation_speed()
142 m_auto_animation_frame_counter = m_auto_animation_speed; in TIMER_CALLBACK_MEMBER()
H A Dneogeo_spr.h62 uint8_t m_auto_animation_speed; variable
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dneogeo_spr.cpp42 m_auto_animation_speed = 0; in device_start()
54 save_item(NAME(m_auto_animation_speed)); in device_start()
122 m_auto_animation_speed = data; in set_auto_animation_speed()
142 m_auto_animation_frame_counter = m_auto_animation_speed; in TIMER_CALLBACK_MEMBER()
H A Dneogeo_spr.h62 uint8_t m_auto_animation_speed; variable