Previous 199869 Revisions Next

r41674 Tuesday 10th November, 2015 at 02:06:51 UTC by Roberto Fresca
Added port impulse to the Golden Poker's second coin slot.
This is needed for both royale sets. [Roberto Fresca]
[src/mame/drivers]goldnpkr.cpp

trunk/src/mame/drivers/goldnpkr.cpp
r250185r250186
10531053  - Added partial decryption to the ICP1 daughterboard games.
10541054     (currently only pokerduc set). Since it's just partial,
10551055     commented out the code for now....
1056  - Added port impulse to the Golden Poker's second coin slot.
1057     This is needed for both royale sets.
10561058  - Some fixes and clean-ups.
10571059
10581060
r250185r250186
17821784   PORT_START("IN0-3")
17831785   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Learn Mode") PORT_CODE(KEYCODE_F2)
17841786   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("D-31") PORT_CODE(KEYCODE_E) /* O.A.R? (D-31 in schematics) */
1785   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN2 )   PORT_NAME("Coupon (Note In)")
1787   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN2 )   PORT_IMPULSE(3) PORT_NAME("Coupon (Note In)")
17861788   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN1 )   PORT_IMPULSE(3) PORT_NAME("Coin In")
17871789   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN3 )   PORT_NAME("Weight (Coupon In)")
17881790   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team