summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/othello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/othello.c')
-rw-r--r--src/mame/drivers/othello.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/othello.c b/src/mame/drivers/othello.c
index 1d4aad15009..5c58e1088ff 100644
--- a/src/mame/drivers/othello.c
+++ b/src/mame/drivers/othello.c
@@ -364,9 +364,10 @@ static INPUT_PORTS_START( othello )
INPUT_PORTS_END
-static const mc6845_interface h46505_intf =
+static MC6845_INTERFACE( h46505_intf )
{
"screen", /* screen we are acting on */
+ false, /* show border area */
TILE_WIDTH, /* number of pixels per video memory address */
NULL, /* before pixel update callback */
update_row, /* row update callback */