trunk/src/mame/drivers/merit.c
| r20702 | r20703 | |
| 572 | 572 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_GAMBLE_DEAL ) |
| 573 | 573 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_GAMBLE_PAYOUT ) PORT_NAME( "Cash Out / Hi-Score" ) |
| 574 | 574 | |
| 575 | | PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */ |
| 575 | PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */ |
| 576 | 576 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) |
| 577 | 577 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 ) |
| 578 | 578 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK ) |
| r20702 | r20703 | |
| 677 | 677 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_CODE(KEYCODE_Q) PORT_NAME("P1/P2 Cancel") |
| 678 | 678 | PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) //causes "unauthorized conversion" msg. |
| 679 | 679 | |
| 680 | | PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */ |
| 680 | PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */ |
| 681 | 681 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) |
| 682 | 682 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 ) |
| 683 | 683 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK ) |
| r20702 | r20703 | |
| 758 | 758 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Play") |
| 759 | 759 | PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* pulling this LOW makes the horse racing game to not work */ |
| 760 | 760 | |
| 761 | | PORT_START("IN1") /* Pins #65 through #58 of J3 in decending order */ |
| 761 | PORT_START("IN1") /* Pins #57 through #51 of J3 in decending order */ |
| 762 | 762 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 ) |
| 763 | 763 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 ) |
| 764 | 764 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK ) |