summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/halleys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/halleys.cpp')
-rw-r--r--src/mame/drivers/halleys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/halleys.cpp b/src/mame/drivers/halleys.cpp
index 412c8a3140b..9dc32c9da45 100644
--- a/src/mame/drivers/halleys.cpp
+++ b/src/mame/drivers/halleys.cpp
@@ -2248,7 +2248,7 @@ void halleys_state::init_benberob()
init_common();
- m_blitter_reset_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(halleys_state::blitter_reset),this));
+ m_blitter_reset_timer = timer_alloc(FUNC(halleys_state::blitter_reset), this);
}