diff options
Diffstat (limited to 'src/mame/drivers/thunderx.cpp')
-rw-r--r-- | src/mame/drivers/thunderx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/thunderx.cpp b/src/mame/drivers/thunderx.cpp index f2fa77c45e5..2295ef4f80d 100644 --- a/src/mame/drivers/thunderx.cpp +++ b/src/mame/drivers/thunderx.cpp @@ -1057,7 +1057,7 @@ ROM_END void thunderx_state::init_thunderx() { - m_thunderx_firq_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(thunderx_state::thunderx_firq_cb), this)); + m_thunderx_firq_timer = timer_alloc(FUNC(thunderx_state::thunderx_firq_cb), this); } /***************************************************************************/ |