summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8279.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8279.cpp')
-rw-r--r--src/devices/machine/i8279.cpp2
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;
}