diff options
author | 2019-10-18 20:00:53 -0700 | |
---|---|---|
committer | 2019-10-18 20:00:53 -0700 | |
commit | 548515f25c3364d309e23af0e3896f965056f1d0 (patch) | |
tree | 52ff10f963e0b18b402182058d6c73146ec4649f | |
parent | 7eaf45fb90841b316b350fb35f59d5bbf09be3e7 (diff) |
seta.cpp: Switch jjsquawk to use three buttons
J. J. Squawker's hardware reads three buttons, and button 3 is used in the sound test.
-rw-r--r-- | src/mame/drivers/seta.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/seta.cpp b/src/mame/drivers/seta.cpp index 1b7e9e28dad..6998b65d12b 100644 --- a/src/mame/drivers/seta.cpp +++ b/src/mame/drivers/seta.cpp @@ -4870,10 +4870,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) |