summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/turrett.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/turrett.cpp')
-rw-r--r--src/mame/drivers/turrett.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/turrett.cpp b/src/mame/drivers/turrett.cpp
index 865da9b99f2..6855101dcbc 100644
--- a/src/mame/drivers/turrett.cpp
+++ b/src/mame/drivers/turrett.cpp
@@ -61,7 +61,7 @@ void turrett_state::machine_start()
save_item(NAME(m_frame));
save_item(NAME(m_adc));
- m_dma_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(turrett_state::dma_complete), this));
+ m_dma_timer = timer_alloc(FUNC(turrett_state::dma_complete), this);
}