summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/fp6000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/fp6000.cpp')
-rw-r--r--src/mame/drivers/fp6000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/fp6000.cpp b/src/mame/drivers/fp6000.cpp
index c673160cd7d..8516d758cba 100644
--- a/src/mame/drivers/fp6000.cpp
+++ b/src/mame/drivers/fp6000.cpp
@@ -439,7 +439,7 @@ void fp6000_state::pit_timer2_w(int state)
void fp6000_state::machine_start()
{
- m_pit_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(fp6000_state::pit_timer0_clear), this));
+ m_pit_timer = timer_alloc(FUNC(fp6000_state::pit_timer0_clear), this);
}
void fp6000_state::machine_reset()