Home
last modified time | relevance | path

Searched refs:m_vblank_interrupt_timer (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dfuukifg2.cpp429 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()
H A Dfuukifg3.cpp487 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()
H A Dnamcofl.cpp467 m_vblank_interrupt_timer->adjust(m_screen->frame_period()); in TIMER_CALLBACK_MEMBER()
493m_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()
H A Dneogeo.cpp855m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(NEOGEO_VBSTART) + NEOGEO_VBLANK_IRQ_HTIM… in TIMER_CALLBACK_MEMBER()
863m_vblank_interrupt_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(neogeo_ba… in create_interrupt_timers()
869m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(NEOGEO_VBSTART) + NEOGEO_VBLANK_IRQ_HTIM… in start_interrupt_timers()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dfuukifg2.cpp429 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()
H A Dfuukifg3.cpp487 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()
H A Dnamcofl.cpp467 m_vblank_interrupt_timer->adjust(m_screen->frame_period()); in TIMER_CALLBACK_MEMBER()
493m_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()
H A Dneogeo.cpp855m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(NEOGEO_VBSTART) + NEOGEO_VBLANK_IRQ_HTIM… in TIMER_CALLBACK_MEMBER()
863m_vblank_interrupt_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(neogeo_ba… in create_interrupt_timers()
869m_vblank_interrupt_timer->adjust(m_screen->time_until_pos(NEOGEO_VBSTART) + NEOGEO_VBLANK_IRQ_HTIM… in start_interrupt_timers()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dfuukifg2.h70 emu_timer *m_vblank_interrupt_timer; variable
H A Dnamcofl.h58 emu_timer *m_vblank_interrupt_timer; variable
H A Dfuukifg3.h83 emu_timer *m_vblank_interrupt_timer; variable
H A Dneogeo.h194 emu_timer *m_vblank_interrupt_timer; variable
/dports/emulators/mame/mame-mame0226/src/mame/includes/
H A Dfuukifg2.h70 emu_timer *m_vblank_interrupt_timer; variable
H A Dnamcofl.h58 emu_timer *m_vblank_interrupt_timer; variable
H A Dfuukifg3.h83 emu_timer *m_vblank_interrupt_timer; variable
H A Dneogeo.h194 emu_timer *m_vblank_interrupt_timer; variable