summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-07-03 21:58:18 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-07-03 21:58:18 +0200
commitca5b662bd96d7eec74c1930dfea9eef6ac8dbf62 (patch)
tree1eb69979e76d5abf92ce677f831bdbd577d1b6f3 /src/devices
parent9f4ef58eed886b3e2f8ba1c0c596d5a932d6e6f0 (diff)
devices/video/dp8350: initialized one variable which caused issues in debug devnoclear builds (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/video/dp8350.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/video/dp8350.cpp b/src/devices/video/dp8350.cpp
index bf77c913f89..22e918b3374 100644
--- a/src/devices/video/dp8350.cpp
+++ b/src/devices/video/dp8350.cpp
@@ -98,6 +98,7 @@ dp835x_device::dp835x_device(const machine_config &mconfig, device_type type, co
, m_dots_per_line(char_width * chars_per_line)
, m_dots_per_row(char_width * chars_per_row)
, m_video_scan_lines(char_height * rows_per_frame)
+ , m_half_shift(false)
, m_lrc_callback(*this)
, m_clc_callback(*this)
, m_lc_callback(*this)