Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dneogeo_spr.cpp148 m_auto_animation_timer->adjust(screen().time_until_pos(NEOGEO_VSSTART)); in TIMER_CALLBACK_MEMBER()
154m_auto_animation_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(neosprite_b… in create_auto_animation_timer()
160 m_auto_animation_timer->adjust(screen().time_until_pos(NEOGEO_VSSTART)); in start_auto_animation_timer()
H A Dneogeo_spr.h70 emu_timer *m_auto_animation_timer; variable
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dneogeo_spr.cpp148 m_auto_animation_timer->adjust(screen().time_until_pos(NEOGEO_VSSTART)); in TIMER_CALLBACK_MEMBER()
154m_auto_animation_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(neosprite_b… in create_auto_animation_timer()
160 m_auto_animation_timer->adjust(screen().time_until_pos(NEOGEO_VSSTART)); in start_auto_animation_timer()
H A Dneogeo_spr.h70 emu_timer *m_auto_animation_timer; variable