Skip to content

Commit

Permalink
Merge pull request #5757 from Mikejmoffitt/jj-3btn
Browse files Browse the repository at this point in the history
seta.cpp: Switch jjsquawk to use three buttons
  • Loading branch information
p1pkin committed Oct 19, 2019
2 parents 90051ff + 548515f commit eeb072a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mame/drivers/seta.cpp
Expand Up @@ -4966,10 +4966,10 @@ INPUT_PORTS_END

static INPUT_PORTS_START( jjsquawk )
PORT_START("P1") //Player 1 - $400000.w
JOY_TYPE1_2BUTTONS(1)
JOY_TYPE1_3BUTTONS(1)

PORT_START("P2") //Player 2 - $400002.w
JOY_TYPE1_2BUTTONS(2)
JOY_TYPE1_3BUTTONS(2)

PORT_START("COINS") //Coins - $400004.w
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(5)
Expand Down

0 comments on commit eeb072a

Please sign in to comment.