summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/abc806.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/abc806.c')
-rw-r--r--src/mess/video/abc806.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/video/abc806.c b/src/mess/video/abc806.c
index ce669fed146..06990bfaf8d 100644
--- a/src/mess/video/abc806.c
+++ b/src/mess/video/abc806.c
@@ -409,9 +409,10 @@ WRITE_LINE_MEMBER( abc806_state::vs_w )
// mc6845_interface crtc_intf
//-------------------------------------------------
-static const mc6845_interface crtc_intf =
+static MC6845_INTERFACE( crtc_intf )
{
SCREEN_TAG,
+ false,
ABC800_CHAR_WIDTH,
NULL,
abc806_update_row,