summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/jedi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jedi.cpp')
-rw-r--r--src/mame/drivers/jedi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jedi.cpp b/src/mame/drivers/jedi.cpp
index a6c35a061d5..7981afd62d0 100644
--- a/src/mame/drivers/jedi.cpp
+++ b/src/mame/drivers/jedi.cpp
@@ -158,7 +158,7 @@ void jedi_state::main_irq_ack_w(u8 data)
void jedi_state::machine_start()
{
/* set a timer to run the interrupts */
- m_interrupt_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(jedi_state::generate_interrupt),this));
+ m_interrupt_timer = timer_alloc(FUNC(jedi_state::generate_interrupt), this);
m_interrupt_timer->adjust(m_screen->time_until_pos(32), 32);
/* configure the banks */