mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
Added input toggle for "Card Cage". Needed for some games to initialize.
This commit is contained in:
parent
3f22957300
commit
afe30d45ca
@ -1188,7 +1188,7 @@ static INPUT_PORTS_START( peplus_schip )
|
||||
PORT_BIT( 0x07, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, peplus_state,peplus_input_r, "IN_BANK1")
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x70, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, peplus_state,peplus_input_r, "IN_BANK2")
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_NAME("Card Cage") PORT_CODE(KEYCODE_M) PORT_TOGGLE
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( peplus_poker )
|
||||
|
Loading…
Reference in New Issue
Block a user