summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/f1gp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/f1gp.c')
-rw-r--r--src/mame/drivers/f1gp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/f1gp.c b/src/mame/drivers/f1gp.c
index bb52716bde9..bf405cb6d74 100644
--- a/src/mame/drivers/f1gp.c
+++ b/src/mame/drivers/f1gp.c
@@ -380,7 +380,7 @@ INPUT_PORTS_END
/* the same as f1gp, but with an extra button */
static INPUT_PORTS_START( f1gp2 )
PORT_INCLUDE( f1gp )
-
+
PORT_MODIFY("INPUTS")
PORT_BIT( 0x0040, IP_ACTIVE_LOW, IPT_BUTTON3 )