Previous 199869 Revisions Next

r18682 Tuesday 23rd October, 2012 at 19:58:14 UTC by Wilbert Pol
(MESS) a2600.c: Prevent the core from thinking the select/start button on the base unit is for player 1. (nw)
[src/mess/drivers]a2600.c

trunk/src/mess/drivers/a2600.c
r18681r18682
19081908static INPUT_PORTS_START( a2600 )
19091909   PORT_START("SWB") /* SWCHB */
19101910   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Reset Game") PORT_CODE(KEYCODE_2)
1911   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START ) PORT_NAME("Select Game")
1911   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Select Game") PORT_CODE(KEYCODE_1)
19121912   PORT_BIT ( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
19131913   PORT_DIPNAME( 0x08, 0x08, "TV Type" ) PORT_CODE(KEYCODE_C) PORT_TOGGLE
19141914   PORT_DIPSETTING(    0x08, "Color" )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team