Previous 199869 Revisions Next

r26704 Monday 23rd December, 2013 at 10:32:56 UTC by Osso
Fixed MT00037 by adding missing joystick controls.
[src/mame/drivers]changela.c

trunk/src/mame/drivers/changela.c
r26703r26704
363363
364364   PORT_START("IN0") /* 0xDx2C */
365365   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("Gear Shift") PORT_CODE(KEYCODE_SPACE) PORT_TOGGLE /* Gear shift */
366   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
367   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )
366   PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_PLAYER(1)
367   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_PLAYER(1)
368368   PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* FWD - negated bit 7 */
369369   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* REV - gear position */
370370

Previous 199869 Revisions Next


© 1997-2024 The MAME Team