summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/moo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/moo.cpp')
-rw-r--r--src/mame/drivers/moo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/moo.cpp b/src/mame/drivers/moo.cpp
index 00746a0e5f8..bfb62dae79d 100644
--- a/src/mame/drivers/moo.cpp
+++ b/src/mame/drivers/moo.cpp
@@ -473,7 +473,7 @@ MACHINE_START_MEMBER(moo_state,moo)
save_item(NAME(m_layerpri));
save_item(NAME(m_protram));
- m_dmaend_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(moo_state::dmaend_callback),this));
+ m_dmaend_timer = timer_alloc(FUNC(moo_state::dmaend_callback), this);
}
MACHINE_RESET_MEMBER(moo_state,moo)