Previous 199869 Revisions Next

r41842 Monday 23rd November, 2015 at 21:57:47 UTC by David Haywood
(nw)
[src/mame/drivers]crystal.cpp

trunk/src/mame/drivers/crystal.cpp
r250353r250354
997997   PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_UNKNOWN )
998998   PORT_BIT( 0x00000010, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) PORT_NAME("P2 Blue") // BLUE
999999   PORT_BIT( 0x00000020, IP_ACTIVE_LOW, IPT_UNKNOWN )
1000   //PORT_BIT( 0x00000040, IP_ACTIVE_LOW, IPT_START2 ) // where is start2?
10001001   PORT_BIT( 0x00000040, IP_ACTIVE_LOW, IPT_UNKNOWN )
10011002   PORT_BIT( 0x00000080, IP_ACTIVE_LOW, IPT_UNKNOWN )
10021003   PORT_BIT( 0x0000ff00, IP_ACTIVE_LOW, IPT_UNKNOWN )
10031004
10041005   PORT_BIT( 0x00010000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1) PORT_NAME("P1 Red")  // RED
1005   PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_UNKNOWN )
1006   PORT_BIT( 0x00020000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(3) PORT_NAME("P3 Red")
10061007   PORT_BIT( 0x00040000, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1) PORT_NAME("P1 Green")  // GREEN
1007   PORT_BIT( 0x00080000, IP_ACTIVE_LOW, IPT_UNKNOWN )
1008   PORT_BIT( 0x00080000, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(3) PORT_NAME("P3 Green")
10081009   PORT_BIT( 0x00100000, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(1) PORT_NAME("P1 Blue") // BLUE
1009   PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_UNKNOWN )
1010   PORT_BIT( 0x00200000, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(3) PORT_NAME("P3 Blue")
10101011   PORT_BIT( 0x00400000, IP_ACTIVE_LOW, IPT_START1 )
1011   PORT_BIT( 0x00800000, IP_ACTIVE_LOW, IPT_START2 ) // where is start3?
1012   PORT_BIT( 0x00800000, IP_ACTIVE_LOW, IPT_START3 )
10121013   PORT_BIT( 0xff000000, IP_ACTIVE_LOW, IPT_UNKNOWN )
10131014
10141015   PORT_START("P3_P4")


Previous 199869 Revisions Next


© 1997-2024 The MAME Team