summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/comx_clm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/comx_clm.c')
-rw-r--r--src/mess/machine/comx_clm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/machine/comx_clm.c b/src/mess/machine/comx_clm.c
index 8e4b7669951..b96884106fb 100644
--- a/src/mess/machine/comx_clm.c
+++ b/src/mess/machine/comx_clm.c
@@ -129,9 +129,10 @@ static MC6845_UPDATE_ROW( comx_clm_update_row )
clm->crtc_update_row(device,bitmap,cliprect,ma,ra,y,x_count,cursor_x,param);
}
-static const mc6845_interface crtc_intf =
+static MC6845_INTERFACE( crtc_intf )
{
MC6845_SCREEN_TAG,
+ false,
8,
NULL,
comx_clm_update_row,