diff options
Diffstat (limited to 'src/mame/drivers/hh_sm510.cpp')
-rw-r--r-- | src/mame/drivers/hh_sm510.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index 7f65e88ec8a..3ba1fa0192d 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -171,7 +171,7 @@ void hh_sm510_state::machine_start() } // 1kHz display decay ticks - m_display_decay_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(hh_sm510_state::display_decay_tick),this)); + m_display_decay_timer = timer_alloc(FUNC(hh_sm510_state::display_decay_tick), this); m_display_decay_timer->adjust(attotime::from_hz(1024), 0, attotime::from_hz(1024)); // register for savestates |