summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-11-24 03:05:46 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-11-24 03:05:46 +0000
commit186f8f5ca5ebce3a12c6376a36465da7403eb32a (patch)
treea2346d9984f8d4a81ed53d7dbcde26bbf201d095 /src
parent13333c1469ac0484045ce5db1a15ae8e69c1d071 (diff)
From Luigi30:
Sent: Sunday, November 16, 2008 10:05 PM To: submit@mamedev.org Subject: scross 2196 fix fix
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/segas32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/drivers/segas32.c b/src/mame/drivers/segas32.c
index c2d3edd9ecf..bc0695ec5fd 100644
--- a/src/mame/drivers/segas32.c
+++ b/src/mame/drivers/segas32.c
@@ -1892,6 +1892,11 @@ static INPUT_PORTS_START( scross )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) PORT_CODE(KEYCODE_S) /* brake */
PORT_BIT( 0xf8, IP_ACTIVE_LOW, IPT_UNKNOWN )
+ PORT_MODIFY("P2_A")
+ PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )
+ PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED )
+ PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
+
PORT_START("ANALOG1")
PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_SENSITIVITY(30) PORT_KEYDELTA(10) PORT_PLAYER(1)