mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
Fixes 03888: mstadium: Third button mapping missing.
This commit is contained in:
parent
5a5e4e86a2
commit
609c934a6d
@ -258,6 +258,12 @@ INPUT_PORTS_END
|
|||||||
static INPUT_PORTS_START( mstadium )
|
static INPUT_PORTS_START( mstadium )
|
||||||
PORT_INCLUDE( bottom9 )
|
PORT_INCLUDE( bottom9 )
|
||||||
|
|
||||||
|
PORT_MODIFY("P1")
|
||||||
|
KONAMI8_ALT_B123(1)
|
||||||
|
|
||||||
|
PORT_MODIFY("P2")
|
||||||
|
KONAMI8_ALT_B123(2)
|
||||||
|
|
||||||
PORT_MODIFY("DSW2")
|
PORT_MODIFY("DSW2")
|
||||||
PORT_DIPNAME( 0x03, 0x01, "Play Inning" ) PORT_DIPLOCATION("SW2:1,2")
|
PORT_DIPNAME( 0x03, 0x01, "Play Inning" ) PORT_DIPLOCATION("SW2:1,2")
|
||||||
PORT_DIPSETTING( 0x03, "1" )
|
PORT_DIPSETTING( 0x03, "1" )
|
||||||
|
Loading…
Reference in New Issue
Block a user