summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/segas32.cpp')
-rw-r--r--src/mame/drivers/segas32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas32.cpp b/src/mame/drivers/segas32.cpp
index ad67cd4c966..304630a2272 100644
--- a/src/mame/drivers/segas32.cpp
+++ b/src/mame/drivers/segas32.cpp
@@ -830,7 +830,7 @@ INTERRUPT_GEN_MEMBER(segas32_state::start_of_vblank_int)
{
signal_v60_irq(MAIN_IRQ_VBSTART);
system32_set_vblank(1);
- machine().scheduler().timer_set(m_screen->time_until_pos(0), timer_expired_delegate(FUNC(segas32_state::end_of_vblank_int),this));
+ m_vblank_end_int_timer->adjust(m_screen->time_until_pos(0));
if (m_system32_prot_vblank)
(this->*m_system32_prot_vblank)();
if (m_s32comm != nullptr)