trunk/src/mess/drivers/amstrad.c
| r25400 | r25401 | |
| 650 | 650 | PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT) PORT_PLAYER(2) PORT_8WAY |
| 651 | 651 | PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON1) PORT_PLAYER(2) |
| 652 | 652 | PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON2) PORT_PLAYER(2) |
| 653 | | PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_UNUSED) |
| 653 | PORT_BIT(0xc0, IP_ACTIVE_LOW, IPT_UNUSED) |
| 654 | 654 | |
| 655 | 655 | PORT_START("keyboard_row_7") |
| 656 | 656 | PORT_BIT(0xff, IP_ACTIVE_LOW, IPT_UNUSED) |
| r25400 | r25401 | |
| 665 | 665 | PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT) PORT_PLAYER(1) PORT_8WAY |
| 666 | 666 | PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON1) PORT_PLAYER(1) |
| 667 | 667 | PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_BUTTON2) PORT_PLAYER(1) |
| 668 | | PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_UNUSED) |
| 668 | PORT_BIT(0xc0, IP_ACTIVE_LOW, IPT_UNUSED) |
| 669 | 669 | |
| 670 | 670 | PORT_INCLUDE(crtc_links) // included to keep the driver happy |
| 671 | 671 | |