mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
royalpk2: fix regression with hopper line_r
This commit is contained in:
parent
b0240641c0
commit
e9b2e7ad70
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ static INPUT_PORTS_START( royalpk2 )
|
|||
PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_COIN3 )
|
||||
PORT_BIT( 0x08000000, IP_ACTIVE_LOW, IPT_BUTTON10 ) PORT_NAME("Medal Clear") PORT_CODE(KEYCODE_Y)
|
||||
PORT_BIT( 0x10000000, IP_ACTIVE_LOW, IPT_BUTTON11 ) PORT_NAME("Operator Gift") PORT_CODE(KEYCODE_U)
|
||||
PORT_BIT( 0x20000000, IP_ACTIVE_HIGH, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("hopper", hopper_device, line_r)
|
||||
PORT_BIT( 0x20000000, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("hopper", hopper_device, line_r)
|
||||
PORT_BIT( 0x40000000, IP_ACTIVE_LOW, IPT_BUTTON13 ) PORT_NAME("Over Flow") PORT_CODE(KEYCODE_O)
|
||||
PORT_BIT( 0x80000000, IP_ACTIVE_LOW, IPT_BUTTON14 ) PORT_NAME("Medal Empty") PORT_CODE(KEYCODE_L)
|
||||
|
||||
|
|
Loading…
Reference in a new issue