summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/z80sio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z80sio.cpp')
-rw-r--r--src/devices/machine/z80sio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80sio.cpp b/src/devices/machine/z80sio.cpp
index 5095dd4cb9b..8306c48bab4 100644
--- a/src/devices/machine/z80sio.cpp
+++ b/src/devices/machine/z80sio.cpp
@@ -1087,7 +1087,7 @@ void mk68564_channel::device_start()
{
z80sio_channel::device_start();
- m_brg_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(mk68564_channel::brg_timeout), this));
+ m_brg_timer = timer_alloc(FUNC(mk68564_channel::brg_timeout), this);
save_item(NAME(m_tx_auto_enable));
save_item(NAME(m_brg_tc));