summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/truco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/truco.c')
-rw-r--r--src/mame/drivers/truco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/truco.c b/src/mame/drivers/truco.c
index 6f0b25234c2..18e17f12d52 100644
--- a/src/mame/drivers/truco.c
+++ b/src/mame/drivers/truco.c
@@ -435,7 +435,7 @@ static const pia6821_interface pia0_intf =
static MC6845_INTERFACE( mc6845_intf )
{
"screen", /* screen we are acting on */
- false, /* show border area */
+ false, /* show border area */
4, /* number of pixels per video memory address */
NULL, /* before pixel update callback */
NULL, /* row update callback */