Searched refs:m_vblank_interrupt_timer (Results 1 – 16 of 16) sorted by relevance
429 m_vblank_interrupt_timer->adjust(m_screen->time_until_vblank_start()); in device_timer()449 m_vblank_interrupt_timer = timer_alloc(TIMER_VBLANK_INTERRUPT); in machine_start()459 m_vblank_interrupt_timer->adjust(m_screen->time_until_vblank_start()); in machine_reset()
487 m_vblank_interrupt_timer->adjust(m_screen->time_until_vblank_start()); in device_timer()507 m_vblank_interrupt_timer = timer_alloc(TIMER_VBLANK_INTERRUPT); in machine_start()519 m_vblank_interrupt_timer->adjust(m_screen->time_until_vblank_start()); in machine_reset()
467 m_vblank_interrupt_timer->adjust(m_screen->frame_period()); in TIMER_CALLBACK_MEMBER()493 …m_vblank_interrupt_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(namcofl_… in MACHINE_START_MEMBER()500 m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(m_screen->visible_area().max_y + 1)); in MACHINE_RESET_MEMBER()
855 …m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(NEOGEO_VBSTART) + NEOGEO_VBLANK_IRQ_HTIM… in TIMER_CALLBACK_MEMBER()863 …m_vblank_interrupt_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(neogeo_ba… in create_interrupt_timers()869 …m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(NEOGEO_VBSTART) + NEOGEO_VBLANK_IRQ_HTIM… in start_interrupt_timers()
70 emu_timer *m_vblank_interrupt_timer; variable
58 emu_timer *m_vblank_interrupt_timer; variable
83 emu_timer *m_vblank_interrupt_timer; variable
194 emu_timer *m_vblank_interrupt_timer; variable