trunk/src/mame/drivers/coolpool.c
| r31200 | r31201 | |
| 23 | 23 | actually reads 2U/6U/1U/5U. The placement cannot therefore be exactly |
| 24 | 24 | determined by the check passing. |
| 25 | 25 | |
| 26 | |
| 26 | 27 | ***************************************************************************/ |
| 27 | 28 | |
| 28 | 29 | #include "emu.h" |
| r31200 | r31201 | |
| 732 | 733 | static INPUT_PORTS_START( coolpool ) |
| 733 | 734 | PORT_START("IN0") |
| 734 | 735 | PORT_BIT( 0x00ff, IP_ACTIVE_HIGH, IPT_UNKNOWN ) |
| 735 | | PORT_BIT( 0x0f00, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 736 | | PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) |
| 737 | | PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1) |
| 738 | | PORT_BIT( 0xc000, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 736 | PORT_BIT( 0x0700, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 737 | PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2) PORT_NAME("P2 English") |
| 738 | PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_NAME("P2 Lock") |
| 739 | PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1) PORT_NAME("P1 Lock") |
| 740 | PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1) PORT_NAME("P1 English") |
| 741 | PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 739 | 742 | |
| 740 | 743 | PORT_START("IN1") |
| 741 | 744 | PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_START1 ) |