summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/chance32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/chance32.c')
-rw-r--r--src/mame/drivers/chance32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/chance32.c b/src/mame/drivers/chance32.c
index 561dea3e996..344846a03fe 100644
--- a/src/mame/drivers/chance32.c
+++ b/src/mame/drivers/chance32.c
@@ -449,7 +449,7 @@ void chance32_state::machine_reset()
static MC6845_INTERFACE( mc6845_intf )
{
"screen", /* screen we are acting on */
- false, /* show border area */
+ false, /* show border area */
16, /* number of pixels per video memory address */
NULL, /* before pixel update callback */
NULL, /* row update callback */