summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/x1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/x1.c')
-rw-r--r--src/mess/drivers/x1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/drivers/x1.c b/src/mess/drivers/x1.c
index 48e45c397a1..04c4369f981 100644
--- a/src/mess/drivers/x1.c
+++ b/src/mess/drivers/x1.c
@@ -1897,9 +1897,10 @@ static I8255A_INTERFACE( ppi8255_intf )
DEVCB_DRIVER_MEMBER(x1_state, x1_portc_w) /* Port C write */
};
-static const mc6845_interface mc6845_intf =
+static MC6845_INTERFACE( mc6845_intf )
{
"screen", /* screen we are acting on */
+ false, /* show border area */
8, /* number of pixels per video memory address */
NULL, /* before pixel update callback */
NULL, /* row update callback */