diff options
Diffstat (limited to 'src/devices/machine/dp83932c.cpp')
-rw-r--r-- | src/devices/machine/dp83932c.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/dp83932c.cpp b/src/devices/machine/dp83932c.cpp index cadef10e602..efe877ca4d2 100644 --- a/src/devices/machine/dp83932c.cpp +++ b/src/devices/machine/dp83932c.cpp @@ -82,7 +82,7 @@ void dp83932c_device::device_start() { m_out_int.resolve(); - m_command = machine().scheduler().timer_alloc(timer_expired_delegate(FUNC(dp83932c_device::command), this)); + m_command = timer_alloc(FUNC(dp83932c_device::command), this); save_item(NAME(m_int_state)); save_item(NAME(m_reg)); |