summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64_xl80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/c64_xl80.c')
-rw-r--r--src/mess/machine/c64_xl80.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/machine/c64_xl80.c b/src/mess/machine/c64_xl80.c
index accb653cf66..965f273cf71 100644
--- a/src/mess/machine/c64_xl80.c
+++ b/src/mess/machine/c64_xl80.c
@@ -110,9 +110,10 @@ static MC6845_UPDATE_ROW( c64_xl80_update_row )
xl80->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,
c64_xl80_update_row,