summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tapatune.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tapatune.c')
-rw-r--r--src/mame/drivers/tapatune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tapatune.c b/src/mame/drivers/tapatune.c
index 8408ac9761c..6af31e0b761 100644
--- a/src/mame/drivers/tapatune.c
+++ b/src/mame/drivers/tapatune.c
@@ -362,7 +362,7 @@ WRITE_LINE_MEMBER(tapatune_state::crtc_vsync)
static MC6845_INTERFACE( h46505_intf )
{
"screen", /* screen we are acting on */
- false, /* show border area */
+ false, /* show border area */
5, /* number of pixels per video memory address */
begin_update,/* before pixel update callback */
update_row, /* row update callback */