summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/dpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/dpc.cpp')
-rw-r--r--src/devices/bus/vcs/dpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/dpc.cpp b/src/devices/bus/vcs/dpc.cpp
index a1facbbd2d4..1e8802665a0 100644
--- a/src/devices/bus/vcs/dpc.cpp
+++ b/src/devices/bus/vcs/dpc.cpp
@@ -58,7 +58,7 @@ void dpc_device::device_reset()
elem.flag = 0;
elem.music_mode = 0;
}
- m_oscillator->adjust(attotime::from_hz(18400), 0, attotime::from_hz(18400));
+ m_oscillator->adjust_periodic(attotime::from_hz(18400));
}