summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gijoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gijoe.cpp')
-rw-r--r--src/mame/drivers/gijoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gijoe.cpp b/src/mame/drivers/gijoe.cpp
index 9097877a9f6..2f42c42486d 100644
--- a/src/mame/drivers/gijoe.cpp
+++ b/src/mame/drivers/gijoe.cpp
@@ -281,7 +281,7 @@ INPUT_PORTS_END
void gijoe_state::machine_start()
{
- m_dmadelay_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(gijoe_state::dmaend_callback),this));
+ m_dmadelay_timer = timer_alloc(FUNC(gijoe_state::dmaend_callback), this);
save_item(NAME(m_cur_control2));
}