summaryrefslogtreecommitdiffstats
path: root/src/devices/machine/adc0804.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/adc0804.cpp')
-rw-r--r--src/devices/machine/adc0804.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/adc0804.cpp b/src/devices/machine/adc0804.cpp
index 048b99734b6..12eb9e7754d 100644
--- a/src/devices/machine/adc0804.cpp
+++ b/src/devices/machine/adc0804.cpp
@@ -118,7 +118,7 @@ void adc0804_device::device_start()
m_fclk_rc = attotime::from_double(m_res * m_cap / 1.1);
// create timer
- m_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(adc0804_device::conversion_done), this));
+ m_timer = timer_alloc(FUNC(adc0804_device::conversion_done), this);
// save state
if (m_rd_mode == RD_BITBANGED)