jspecter : fixed selection of game B; seems it hadn't worked since 0.139

This commit is contained in:
Robbbert 2019-11-05 02:33:35 +11:00
parent aeaaeeb457
commit f3c0972c20

View File

@ -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