summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/t6a04.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/t6a04.cpp')
-rw-r--r--src/devices/video/t6a04.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/t6a04.cpp b/src/devices/video/t6a04.cpp
index 771963d016f..71b8e89d3bb 100644
--- a/src/devices/video/t6a04.cpp
+++ b/src/devices/video/t6a04.cpp
@@ -37,7 +37,7 @@ void t6a04_device::device_validity_check(validity_checker &valid) const
//-------------------------------------------------
t6a04_device::t6a04_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, T6A04, "T6A04", tag, owner, clock, "t6a04", __FILE__), m_busy_flag(0), m_display_on(0), m_contrast(0), m_xpos(0), m_ypos(0), m_zpos(0), m_direction(0),
+ device_t(mconfig, T6A04, "T6A04", tag, owner, clock, "t6a04", __FILE__), m_busy_flag(0), m_display_on(0), m_contrast(0), m_xpos(0), m_ypos(0), m_zpos(0), m_direction(0),
m_active_counter(0), m_word_len(0), m_opa1(0), m_opa2(0), m_output_reg(0),
m_height(0),
m_width(0)