summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/xexex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/xexex.cpp')
-rw-r--r--src/mame/drivers/xexex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/xexex.cpp b/src/mame/drivers/xexex.cpp
index e8ca567e95a..78c1717cb00 100644
--- a/src/mame/drivers/xexex.cpp
+++ b/src/mame/drivers/xexex.cpp
@@ -450,7 +450,7 @@ void xexex_state::machine_start()
save_item(NAME(m_cur_control2));
machine().save().register_postload(save_prepost_delegate(FUNC(xexex_state::xexex_postload), this));
- m_dmadelay_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(xexex_state::dmaend_callback),this));
+ m_dmadelay_timer = timer_alloc(FUNC(xexex_state::dmaend_callback), this);
}
void xexex_state::machine_reset()