Previous 199869 Revisions Next

r18366 Tuesday 9th October, 2012 at 00:22:49 UTC by hap
small update on sarge dips
[src/mame/drivers]mcr3.c

trunk/src/mame/drivers/mcr3.c
r18365r18366
604604INPUT_PORTS_END
605605
606606
607/* not verified, no manual found */
607/* inputs not verfied yet, DIP switches from manual */
608608static INPUT_PORTS_START( sarge )
609609   PORT_START("MONO.IP0")   /* J2 1-8 */
610610   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
r18365r18366
631631   PORT_BIT( 0x30, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
632632   PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2)
633633
634   PORT_START("MONO.IP3")
634   PORT_START("MONO.IP3")   /* DIPSW @ A13 */
635   PORT_DIPUNKNOWN( 0x01, 0x01 ) // used, maybe for the "hidden player incentive" easter egg?
636   PORT_DIPUNKNOWN( 0x02, 0x02 ) // "
637   PORT_DIPUNKNOWN( 0x04, 0x04 ) // "
635638   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Free_Play ) )
636639   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
637640   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
r18365r18366
639642   PORT_DIPSETTING(    0x20, DEF_STR( 2C_1C ) )
640643   PORT_DIPSETTING(    0x30, DEF_STR( 1C_1C ) )
641644   PORT_DIPSETTING(    0x10, DEF_STR( 1C_2C ) )
642/* 0x00 says 2 Coins/2 Credits in service mode, but gives 1 Coin/1 Credit */
643   PORT_BIT( 0xc7, IP_ACTIVE_LOW, IPT_UNKNOWN )
645//   PORT_DIPSETTING(    0x00, DEF_STR( 1C_1C ) ) // dupe/invalid
646   PORT_DIPUNUSED( 0x40, 0x40 )
647   PORT_DIPUNUSED( 0x80, 0x80 )
644648
645649   PORT_START("MONO.IP4")   /* J4 1-7,9 */
646650   PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )
r18365r18366
673677   PORT_DIPSETTING(    0x20, DEF_STR( 2C_1C ) )
674678   PORT_DIPSETTING(    0x30, DEF_STR( 1C_1C ) )
675679   PORT_DIPSETTING(    0x10, DEF_STR( 1C_2C ) )
676/* 0x00 says 2 Coins/2 Credits in service mode, but gives 1 Coin/1 Credit */
680//   PORT_DIPSETTING(    0x00, DEF_STR( 1C_1C ) ) // dupe/invalid
677681   PORT_BIT( 0xc7, IP_ACTIVE_LOW, IPT_UNKNOWN )
678682
679683   PORT_START("MONO.IP4")   /* J4 1-7,9 */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team