summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/pc8401a.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/video/pc8401a.c')
-rw-r--r--src/mess/video/pc8401a.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mess/video/pc8401a.c b/src/mess/video/pc8401a.c
index 67e952c0182..8b6a2c34750 100644
--- a/src/mess/video/pc8401a.c
+++ b/src/mess/video/pc8401a.c
@@ -55,9 +55,11 @@ static MC6845_UPDATE_ROW( pc8441a_update_row )
{
}
-static const mc6845_interface pc8441a_mc6845_interface =
+
+static MC6845_INTERFACE( pc8441a_mc6845_interface )
{
CRT_SCREEN_TAG,
+ false,
6,
NULL,
pc8441a_update_row,