Previous 199869 Revisions Next

r26509 Wednesday 4th December, 2013 at 23:06:58 UTC by Jim Stolis
Added input toggle for "Card Cage".  Needed for some games to initialize.
[src/mame/drivers]peplus.c

trunk/src/mame/drivers/peplus.c
r26508r26509
11881188   PORT_BIT( 0x07, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, peplus_state,peplus_input_r, "IN_BANK1")
11891189   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
11901190   PORT_BIT( 0x70, IP_ACTIVE_LOW, IPT_SPECIAL ) PORT_CUSTOM_MEMBER(DEVICE_SELF, peplus_state,peplus_input_r, "IN_BANK2")
1191   PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
1191   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_OTHER ) PORT_NAME("Card Cage") PORT_CODE(KEYCODE_M) PORT_TOGGLE
11921192INPUT_PORTS_END
11931193
11941194static INPUT_PORTS_START( peplus_poker )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team