mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
playch10.cpp: Fixed Player 1 Labels to match function (nw)
This commit is contained in:
parent
6465eef121
commit
9a9f2510ae
@ -584,8 +584,8 @@ static INPUT_PORTS_START( playch10 )
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( Free_Play ) )
|
||||
|
||||
PORT_START("P1")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_NAME("P1 Button B")
|
||||
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_NAME("P1 Button A")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_NAME("P1 Button A")
|
||||
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_NAME("P1 Button B")
|
||||
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_START2 ) PORT_NAME("Game Select")
|
||||
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_START1 ) PORT_NAME("Start")
|
||||
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP )
|
||||
|
Loading…
Reference in New Issue
Block a user