diff options
Diffstat (limited to 'src/devices/machine/pcf8583.cpp')
| -rw-r--r-- | src/devices/machine/pcf8583.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pcf8583.cpp b/src/devices/machine/pcf8583.cpp index 5286c63bdea..2e13c41896b 100644 --- a/src/devices/machine/pcf8583.cpp +++ b/src/devices/machine/pcf8583.cpp @@ -56,7 +56,7 @@ pcf8583_device::pcf8583_device(const machine_config &mconfig, const char *tag, d void pcf8583_device::device_start() { m_timer = timer_alloc(TIMER_TICK); - m_timer->adjust(attotime::from_hz(100), 0, attotime::from_hz(100)); + m_timer->adjust_periodic(attotime::from_hz(100)); save_item(NAME(m_scl)); save_item(NAME(m_sdaw)); |
