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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/othello.c b/src/mame/drivers/othello.c
index 5c58e1088ff..3204c170c2e 100644
--- a/src/mame/drivers/othello.c
+++ b/src/mame/drivers/othello.c
@@ -367,7 +367,7 @@ INPUT_PORTS_END
static MC6845_INTERFACE( h46505_intf )
{
"screen", /* screen we are acting on */
- false, /* show border area */
+ false, /* show border area */
TILE_WIDTH, /* number of pixels per video memory address */
NULL, /* before pixel update callback */
update_row, /* row update callback */