summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/z8038.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/z8038.cpp')
-rw-r--r--src/devices/machine/z8038.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z8038.cpp b/src/devices/machine/z8038.cpp
index e8e8203049b..699c43898ca 100644
--- a/src/devices/machine/z8038.cpp
+++ b/src/devices/machine/z8038.cpp
@@ -91,7 +91,7 @@ void z8038_device::device_start()
//save_item(NAME(m_fifo));
- m_int_check = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(z8038_device::int_check), this));
+ m_int_check = timer_alloc(FUNC(z8038_device::int_check), this);
// suppress startup interrupt line changes
m_port[0].int_asserted = false;