diff options
Diffstat (limited to 'src/devices/machine/i8279.cpp')
| -rw-r--r-- | src/devices/machine/i8279.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i8279.cpp b/src/devices/machine/i8279.cpp index ed58648166e..9305c187d4b 100644 --- a/src/devices/machine/i8279.cpp +++ b/src/devices/machine/i8279.cpp @@ -181,7 +181,7 @@ void i8279_device::timer_adjust() if (m_scanclock != new_clock) { - m_timer->adjust(attotime::from_ticks(64, new_clock), 0, attotime::from_ticks(64, new_clock)); + m_timer->adjust_periodic(attotime::from_ticks(64, new_clock)); m_scanclock = new_clock; } |
