Previous 199869 Revisions Next

r41692 Wednesday 11th November, 2015 at 22:54:41 UTC by David Haywood
mjgtaste: set unused port bits to ACTIVE_LOW so that girl selection works in joystick mode
[src/mame/drivers]psikyosh.cpp

trunk/src/mame/drivers/psikyosh.cpp
r250203r250204
703703   PORT_START("INPUTS")
704704   PORT_BIT( 0x00000001, IP_ACTIVE_LOW, IPT_COIN1 )
705705   PORT_BIT( 0x00000002, IP_ACTIVE_LOW, IPT_COIN2 )
706
706   PORT_BIT( 0x00000004, IP_ACTIVE_LOW, IPT_UNUSED )
707   PORT_BIT( 0x00000008, IP_ACTIVE_LOW, IPT_UNUSED )
707708   PORT_BIT( 0x00000010, IP_ACTIVE_LOW, IPT_SERVICE1 )
708709   PORT_SERVICE_NO_TOGGLE( 0x00000020, IP_ACTIVE_LOW )
709710   PORT_DIPNAME( 0x00000040, 0x00000040, "Tilt (Enables Debug Mode)" )     /* Debug stuff. Resets EEPROM? */
710711   PORT_DIPSETTING(          0x00000040, DEF_STR( Off ) )
711712   PORT_DIPSETTING(          0x00000000, DEF_STR( On ) )
712
713   PORT_BIT( 0x00ffff80, IP_ACTIVE_LOW, IPT_UNUSED )
713714   PORT_BIT( 0x01000000, IP_ACTIVE_LOW, IPT_START1 ) /* start for joystick */
715   PORT_BIT( 0x02000000, IP_ACTIVE_LOW, IPT_UNUSED )
716   PORT_BIT( 0x04000000, IP_ACTIVE_LOW, IPT_UNUSED )
714717   PORT_BIT( 0x08000000, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
715718   PORT_BIT( 0x10000000, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_PLAYER(1)
716719   PORT_BIT( 0x20000000, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_PLAYER(1)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team