mirror of
https://github.com/holub/mame
synced 2025-06-17 17:59:05 +03:00
dkong.cpp: Correctly indentify Donkey Kong 3 service mode button. (#9134)
This commit is contained in:
parent
b467bbc93f
commit
a3410e0b31
@ -1119,7 +1119,7 @@ static INPUT_PORTS_START( dkong3 )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_BUTTON1 )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_START1 )
|
||||
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_START2 )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_COIN3 )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_SERVICE )
|
||||
|
||||
PORT_START("IN1") /* IN1 */
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_4WAY PORT_COCKTAIL
|
||||
|
Loading…
Reference in New Issue
Block a user