summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/qix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/qix.c')
-rw-r--r--src/mame/video/qix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/qix.c b/src/mame/video/qix.c
index 2cd3db62a27..70a7ba9dce3 100644
--- a/src/mame/video/qix.c
+++ b/src/mame/video/qix.c
@@ -385,7 +385,7 @@ ADDRESS_MAP_END
static MC6845_INTERFACE( mc6845_intf )
{
"screen", /* screen we are acting on */
- false, /* show border area */
+ false, /* show border area */
8, /* number of pixels per video memory address */
begin_update, /* before pixel update callback */
update_row, /* row update callback */