trunk/src/mame/drivers/goldnpkr.cpp
| r250185 | r250186 | |
| 1053 | 1053 | - Added partial decryption to the ICP1 daughterboard games. |
| 1054 | 1054 | (currently only pokerduc set). Since it's just partial, |
| 1055 | 1055 | 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. |
| 1056 | 1058 | - Some fixes and clean-ups. |
| 1057 | 1059 | |
| 1058 | 1060 | |
| r250185 | r250186 | |
| 1782 | 1784 | PORT_START("IN0-3") |
| 1783 | 1785 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_NAME("Learn Mode") PORT_CODE(KEYCODE_F2) |
| 1784 | 1786 | 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)") |
| 1786 | 1788 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(3) PORT_NAME("Coin In") |
| 1787 | 1789 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN3 ) PORT_NAME("Weight (Coupon In)") |
| 1788 | 1790 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) |