diff options
Diffstat (limited to 'src/devices/machine/ds2404.cpp')
| -rw-r--r-- | src/devices/machine/ds2404.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ds2404.cpp b/src/devices/machine/ds2404.cpp index d2b54b0f79a..704e7b10db0 100644 --- a/src/devices/machine/ds2404.cpp +++ b/src/devices/machine/ds2404.cpp @@ -74,7 +74,7 @@ void ds2404_device::device_start() elem = STATE_IDLE; m_tick_timer = timer_alloc(0); - m_tick_timer->adjust(attotime::from_hz(256), 0, attotime::from_hz(256)); + m_tick_timer->adjust_periodic(attotime::from_hz(256)); } |
