summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmspoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tmspoker.c')
-rw-r--r--src/mame/drivers/tmspoker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tmspoker.c b/src/mame/drivers/tmspoker.c
index 2ac3698daef..6954f084d67 100644
--- a/src/mame/drivers/tmspoker.c
+++ b/src/mame/drivers/tmspoker.c
@@ -547,7 +547,7 @@ GFXDECODE_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 */
NULL, /* before pixel update callback */
NULL, /* row update callback */