Previous 199869 Revisions Next

r31201 Sunday 6th July, 2014 at 02:14:54 UTC by Robbbert
Cool Pool: added 2nd button and button labels [Gamez Fan]
[src/mame/drivers]coolpool.c

trunk/src/mame/drivers/coolpool.c
r31200r31201
2323      actually reads 2U/6U/1U/5U. The placement cannot therefore be exactly
2424      determined by the check passing.
2525
26
2627***************************************************************************/
2728
2829#include "emu.h"
r31200r31201
732733static INPUT_PORTS_START( coolpool )
733734   PORT_START("IN0")
734735   PORT_BIT( 0x00ff, IP_ACTIVE_HIGH, IPT_UNKNOWN )
735   PORT_BIT( 0x0f00, IP_ACTIVE_LOW, IPT_UNKNOWN )
736   PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
737   PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
738   PORT_BIT( 0xc000, IP_ACTIVE_LOW, IPT_UNKNOWN )
736   PORT_BIT( 0x0700, IP_ACTIVE_LOW, IPT_UNKNOWN )
737   PORT_BIT( 0x0800, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2) PORT_NAME("P2 English")
738   PORT_BIT( 0x1000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2) PORT_NAME("P2 Lock")
739   PORT_BIT( 0x2000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1) PORT_NAME("P1 Lock")
740   PORT_BIT( 0x4000, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(1) PORT_NAME("P1 English")
741   PORT_BIT( 0x8000, IP_ACTIVE_LOW, IPT_UNKNOWN )
739742
740743   PORT_START("IN1")
741744   PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_START1 )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team