summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/jr100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jr100.cpp')
-rw-r--r--src/mame/drivers/jr100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jr100.cpp b/src/mame/drivers/jr100.cpp
index 6e7a64f15df..0680cff4eb8 100644
--- a/src/mame/drivers/jr100.cpp
+++ b/src/mame/drivers/jr100.cpp
@@ -206,7 +206,7 @@ INPUT_PORTS_END
void jr100_state::machine_start()
{
if (!m_sound_timer)
- m_sound_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(jr100_state::sound_tick), this));
+ m_sound_timer = timer_alloc(FUNC(jr100_state::sound_tick), this);
save_item(NAME(m_keyboard_line));
save_item(NAME(m_use_pcg));