mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
jspecter : fixed selection of game B; seems it hadn't worked since 0.139
This commit is contained in:
parent
aeaaeeb457
commit
f3c0972c20
@ -2159,6 +2159,9 @@ INPUT_PORTS_END
|
||||
static INPUT_PORTS_START( jspecter )
|
||||
PORT_INCLUDE( sicv )
|
||||
|
||||
PORT_MODIFY("IN1")
|
||||
// Hold right when starting game to play game B
|
||||
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_2WAY PORT_PLAYER(1)
|
||||
PORT_MODIFY("IN2")
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x04, 0x00, "SW1:3" )
|
||||
INPUT_PORTS_END
|
||||
|
Loading…
Reference in New Issue
Block a user