summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/clgd542x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/clgd542x.cpp')
-rw-r--r--src/devices/video/clgd542x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/clgd542x.cpp b/src/devices/video/clgd542x.cpp
index 31b9f372225..47b91c8743a 100644
--- a/src/devices/video/clgd542x.cpp
+++ b/src/devices/video/clgd542x.cpp
@@ -33,7 +33,7 @@
#define IBM8514_LINE_LENGTH (m_vga->offset())
-#define CHAR_WIDTH ((vga.sequencer.data[1]&1)?8:9)
+#define VGA_CH_WIDTH ((vga.sequencer.data[1]&1)?8:9)
#define TEXT_COLUMNS (vga.crtc.horz_disp_end+1)
#define TEXT_START_ADDRESS (vga.crtc.start_addr<<3)