summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/atetris.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atetris.cpp')
-rw-r--r--src/mame/drivers/atetris.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atetris.cpp b/src/mame/drivers/atetris.cpp
index bac7cebbcf5..3d1c08893d8 100644
--- a/src/mame/drivers/atetris.cpp
+++ b/src/mame/drivers/atetris.cpp
@@ -316,7 +316,7 @@ void atetris_state::machine_start()
}
// Allocate interrupt timer
- m_interrupt_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(atetris_state::interrupt_gen), this));
+ m_interrupt_timer = timer_alloc(FUNC(atetris_state::interrupt_gen), this);
}