summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pcf8593.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pcf8593.cpp')
-rw-r--r--src/devices/machine/pcf8593.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pcf8593.cpp b/src/devices/machine/pcf8593.cpp
index 3a07050cae7..83e0cc70adc 100644
--- a/src/devices/machine/pcf8593.cpp
+++ b/src/devices/machine/pcf8593.cpp
@@ -64,7 +64,7 @@ void pcf8593_device::device_start()
_logerror( 0, ("pcf8593_init\n"));
memset(m_register, 0, sizeof(m_register));
m_timer = timer_alloc(TIMER_UPDATE_COUNTER);
- m_timer->adjust(attotime::from_seconds(1), 0, attotime::from_seconds(1));
+ m_timer->adjust_periodic(attotime::from_seconds(1));
}
//-------------------------------------------------