summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firebeat.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2010-09-07 00:12:57 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2010-09-07 00:12:57 +0000
commita8c12bd3df340f3b9b1fa6968952b44b51357acb (patch)
tree10bbd1d93d64bf87e07720413ef560a47c2a1861 /src/mame/drivers/firebeat.c
parent4139b8c690f14d3d5fb67e6197e4a359a7bf7aaa (diff)
Corrected or clarified a number of duplicated inputs for drivers up through G [Tafoid]
Diffstat (limited to 'src/mame/drivers/firebeat.c')
-rw-r--r--src/mame/drivers/firebeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/firebeat.c b/src/mame/drivers/firebeat.c
index ccaf159c0f8..12b5b62e3b6 100644
--- a/src/mame/drivers/firebeat.c
+++ b/src/mame/drivers/firebeat.c
@@ -1800,7 +1800,7 @@ static INPUT_PORTS_START(kbm)
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN ) /* Dip switches */
PORT_START("WHEEL_P1") // Keyboard modulation wheel (P1)
- PORT_BIT( 0xff, 0x80, IPT_PADDLE_V ) PORT_MINMAX(0xff, 0x00) PORT_SENSITIVITY(30) PORT_KEYDELTA(10)
+ PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_MINMAX(0xff, 0x00) PORT_SENSITIVITY(30) PORT_KEYDELTA(10)
PORT_START("WHEEL_P2") // Keyboard modulation wheel (P2)
PORT_BIT( 0xff, 0x80, IPT_PADDLE_V ) PORT_MINMAX(0xff, 0x00) PORT_SENSITIVITY(30) PORT_KEYDELTA(10)