diff options
Diffstat (limited to 'src/devices/machine/v3021.cpp')
| -rw-r--r-- | src/devices/machine/v3021.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/v3021.cpp b/src/devices/machine/v3021.cpp index e64e7c81111..d452d541b7d 100644 --- a/src/devices/machine/v3021.cpp +++ b/src/devices/machine/v3021.cpp @@ -154,7 +154,7 @@ void v3021_device::device_start() { /* let's call the timer callback every second */ m_timer = timer_alloc(*this, FUNC(v3021_device::timer_callback)); - m_timer->adjust(attotime::from_hz(clock() / XTAL(32'768)), 0, attotime::from_hz(clock() / XTAL(32'768))); + m_timer->adjust_periodic(attotime::from_hz(clock() / XTAL(32'768))); copy_clock_to_ram(); |
