summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/namcos23.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/namcos23.cpp')
-rw-r--r--src/mame/drivers/namcos23.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/namcos23.cpp b/src/mame/drivers/namcos23.cpp
index 26cd813a92c..659e6481d27 100644
--- a/src/mame/drivers/namcos23.cpp
+++ b/src/mame/drivers/namcos23.cpp
@@ -3518,7 +3518,7 @@ void namcos23_state::machine_start()
{
m_lamps.resolve();
- m_c361.timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(namcos23_state::c361_timer_cb),this));
+ m_c361.timer = timer_alloc(FUNC(namcos23_state::c361_timer_cb), this);
m_c361.timer->adjust(attotime::never);
m_maincpu->add_fastram(0, m_mainram.bytes()-1, false, reinterpret_cast<uint32_t *>(memshare("mainram")->ptr()));