Previous 199869 Revisions Next

r25401 Monday 23rd September, 2013 at 23:02:14 UTC by Alex Jackson
amstrad.c: fix gx4000 inputs [Alex Jackson]
[src/mess/drivers]amstrad.c

trunk/src/mess/drivers/amstrad.c
r25400r25401
650650   PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT) PORT_PLAYER(2) PORT_8WAY
651651   PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON1)        PORT_PLAYER(2)
652652   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)
654654
655655   PORT_START("keyboard_row_7")
656656   PORT_BIT(0xff, IP_ACTIVE_LOW, IPT_UNUSED)
r25400r25401
665665   PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT) PORT_PLAYER(1) PORT_8WAY
666666   PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_BUTTON1)        PORT_PLAYER(1)
667667   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)
669669
670670   PORT_INCLUDE(crtc_links)  // included to keep the driver happy
671671

Previous 199869 Revisions Next


© 1997-2024 The MAME Team