summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mpu3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu3.cpp')
-rw-r--r--src/mame/drivers/mpu3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mpu3.cpp b/src/mame/drivers/mpu3.cpp
index 2fb62b71fab..86b9d11c526 100644
--- a/src/mame/drivers/mpu3.cpp
+++ b/src/mame/drivers/mpu3.cpp
@@ -726,7 +726,7 @@ INPUT_PORTS_END
/* Common configurations */
void mpu3_state::machine_start()
{
- m_ic21_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(mpu3_state::ic21_timeout),this));
+ m_ic21_timer = timer_alloc(FUNC(mpu3_state::ic21_timeout), this);
m_triac.resolve();
m_digit.resolve();