summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/xavix_adc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/xavix_adc.cpp')
-rw-r--r--src/mame/machine/xavix_adc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/xavix_adc.cpp b/src/mame/machine/xavix_adc.cpp
index 527f6d542e2..e1271e39e47 100644
--- a/src/mame/machine/xavix_adc.cpp
+++ b/src/mame/machine/xavix_adc.cpp
@@ -33,7 +33,7 @@ void xavix_adc_device::device_start()
m_in6_cb.resolve_safe(0xff);
m_in7_cb.resolve_safe(0xff);
- m_adc_timer = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(xavix_adc_device::adc_timer_done), this));
+ m_adc_timer = timer_alloc(FUNC(xavix_adc_device::adc_timer_done), this);
save_item(NAME(m_adc_control));
save_item(NAME(m_adc_inlatch));