mirror of
https://github.com/holub/mame
synced 2025-05-27 08:11:27 +03:00
fix ebases trackball
This commit is contained in:
parent
2b218c9024
commit
e3d99ce92d
@ -816,9 +816,6 @@ static INPUT_PORTS_START( ebases )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED )
|
||||
|
||||
PORT_START("P3HANDLE")
|
||||
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(ebases_trackball_r, NULL)
|
||||
|
||||
PORT_START("P4HANDLE")
|
||||
PORT_DIPNAME( 0x01, 0x00, "2 Players Game" ) PORT_DIPLOCATION( "S1:1" )
|
||||
PORT_DIPSETTING( 0x00, "1 Credit" )
|
||||
PORT_DIPSETTING( 0x01, "2 Credits" )
|
||||
@ -830,6 +827,9 @@ static INPUT_PORTS_START( ebases )
|
||||
PORT_DIPUNUSED_DIPLOC( 0x40, 0x00, "S1:7" )
|
||||
PORT_DIPUNUSED_DIPLOC( 0x80, 0x00, "S1:8" )
|
||||
|
||||
PORT_START("P4HANDLE")
|
||||
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(ebases_trackball_r, NULL)
|
||||
|
||||
PORT_START("TRACKX1")
|
||||
PORT_BIT( 0xff, 0x00, IPT_TRACKBALL_X ) PORT_SENSITIVITY(50) PORT_KEYDELTA(10) PORT_RESET
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user