summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd4991a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/upd4991a.cpp')
-rw-r--r--src/devices/machine/upd4991a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/upd4991a.cpp b/src/devices/machine/upd4991a.cpp
index b64e02e4ec3..d04d4d73e29 100644
--- a/src/devices/machine/upd4991a.cpp
+++ b/src/devices/machine/upd4991a.cpp
@@ -63,7 +63,7 @@ void upd4991a_device::device_validity_check(validity_checker &valid) const
void upd4991a_device::device_start()
{
m_timer_clock = timer_alloc(TIMER_CLOCK);
- m_timer_clock->adjust(attotime::from_hz(clock() / 32768), 0, attotime::from_hz(clock() / 32768));
+ m_timer_clock->adjust_periodic(attotime::from_hz(clock() / 32768));
save_item(NAME(m_address));
}