summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.cpp')
-rw-r--r--src/devices/video/v9938.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/v9938.cpp b/src/devices/video/v9938.cpp
index e2e952c524b..fa1cdbdb035 100644
--- a/src/devices/video/v9938.cpp
+++ b/src/devices/video/v9938.cpp
@@ -708,7 +708,7 @@ void v99x8_device::device_reset()
m_stat_reg[6] = 0xfc;
// Start the timer
- m_line_timer->adjust(attotime::from_ticks(HTOTAL*2, m_clock), 0, attotime::from_ticks(HTOTAL*2, m_clock));
+ m_line_timer->adjust_periodic(attotime::from_ticks(HTOTAL*2, m_clock));
configure_pal_ntsc();
set_screen_parameters();