Previous 199869 Revisions Next

r17588 Sunday 2nd September, 2012 at 10:48:17 UTC by hap
derp
[src/mame/drivers]panicr.c

trunk/src/mame/drivers/panicr.c
r17587r17588
361361   PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED )
362362
363363   PORT_START("P2")
364   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_NAME("P1 Left Flipper")
365   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2) PORT_NAME("P1 Right Flipper")
366   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) PORT_NAME("P1 Left Shake")
367   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER(2) PORT_NAME("P1 Right Shake")
364   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_NAME("P2 Left Flipper")
365   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2) PORT_NAME("P2 Right Flipper")
366   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) PORT_NAME("P2 Left Shake")
367   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER(2) PORT_NAME("P2 Right Shake")
368368   PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED )
369369
370370   PORT_START("START")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team