diff options
Diffstat (limited to 'src/devices/machine/z8536.cpp')
| -rw-r--r-- | src/devices/machine/z8536.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z8536.cpp b/src/devices/machine/z8536.cpp index 0de327d5b80..316626aa9f2 100644 --- a/src/devices/machine/z8536.cpp +++ b/src/devices/machine/z8536.cpp @@ -827,7 +827,7 @@ void cio_base_device::device_start() // allocate timer m_timer = timer_alloc(); - m_timer->adjust(attotime::from_hz(clock() / 2), 0, attotime::from_hz(clock() / 2)); + m_timer->adjust_periodic(attotime::from_hz(clock() / 2)); // resolve callbacks m_write_irq.resolve_safe(); |
