summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/zrt80.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/zrt80.c')
-rw-r--r--src/mess/drivers/zrt80.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mess/drivers/zrt80.c b/src/mess/drivers/zrt80.c
index 7b1d1123d10..1d7bcbfe1dc 100644
--- a/src/mess/drivers/zrt80.c
+++ b/src/mess/drivers/zrt80.c
@@ -226,9 +226,11 @@ static MC6845_UPDATE_ROW( zrt80_update_row )
}
}
-static const mc6845_interface zrt80_crtc6845_interface =
+
+static MC6845_INTERFACE( zrt80_crtc6845_interface )
{
"screen",
+ false,
8 /*?*/,
NULL,
zrt80_update_row,