summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/balsente.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/balsente.c')
-rw-r--r--src/mame/drivers/balsente.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/balsente.c b/src/mame/drivers/balsente.c
index 81e828a3ce1..482b6f6d4fe 100644
--- a/src/mame/drivers/balsente.c
+++ b/src/mame/drivers/balsente.c
@@ -726,7 +726,7 @@ static INPUT_PORTS_START( gimeabrk )
/* Player 1 Trackball, Cocktail acts as Player 2*/
PORT_MODIFY("AN0")
- PORT_BIT( 0xff, 0, IPT_TRACKBALL_Y ) PORT_SENSITIVITY(100) PORT_KEYDELTA(20) PORT_RESET PORT_PLAYER(1)
+ PORT_BIT( 0xff, 0, IPT_TRACKBALL_Y ) PORT_SENSITIVITY(100) PORT_KEYDELTA(20) PORT_RESET PORT_PLAYER(1)
PORT_MODIFY("AN1")
PORT_BIT( 0xff, 0, IPT_TRACKBALL_X ) PORT_SENSITIVITY(100) PORT_KEYDELTA(20) PORT_RESET PORT_REVERSE PORT_PLAYER(1)