summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pb1000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pb1000.cpp')
-rw-r--r--src/mame/drivers/pb1000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pb1000.cpp b/src/mame/drivers/pb1000.cpp
index 8a048428cb8..e6e06a02817 100644
--- a/src/mame/drivers/pb1000.cpp
+++ b/src/mame/drivers/pb1000.cpp
@@ -455,7 +455,7 @@ void pb1000_state::machine_start()
membank("bank1")->set_base(m_rom_reg->base());
- m_kb_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(pb1000_state::keyboard_timer),this));
+ m_kb_timer = timer_alloc(FUNC(pb1000_state::keyboard_timer), this);
m_kb_timer->adjust(attotime::from_hz(192), 0, attotime::from_hz(192));
}