diff options
Diffstat (limited to 'src/devices/machine/icm7170.cpp')
| -rw-r--r-- | src/devices/machine/icm7170.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/icm7170.cpp b/src/devices/machine/icm7170.cpp index 534b5c4c4c7..65d6248ce6b 100644 --- a/src/devices/machine/icm7170.cpp +++ b/src/devices/machine/icm7170.cpp @@ -90,7 +90,7 @@ void icm7170_device::device_start() m_timer = timer_alloc(ICM7170_TIMER_ID); // TODO: frequency should be based on input clock and divisor - m_timer->adjust(attotime::from_hz(100), 0, attotime::from_hz(100)); + m_timer->adjust_periodic(attotime::from_hz(100)); m_timer->enable(false); save_item(NAME(m_regs)); |
