summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/bfcobra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfcobra.cpp')
-rw-r--r--src/mame/drivers/bfcobra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bfcobra.cpp b/src/mame/drivers/bfcobra.cpp
index 60eab2fd41d..5741b50af9c 100644
--- a/src/mame/drivers/bfcobra.cpp
+++ b/src/mame/drivers/bfcobra.cpp
@@ -1841,7 +1841,7 @@ void bfcobjam_state::init_bfcobjam()
membank("bank2")->set_base(memregion("user1")->base()+0x08000);
membank("bank3")->set_base(memregion("user1")->base()+0x0c000);
- m_scanline_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(bfcobjam_state::scanline_callback),this));
+ m_scanline_timer = timer_alloc(FUNC(bfcobjam_state::scanline_callback), this);
/* Finish this */
save_item(NAME(m_data_r));