Previous 199869 Revisions Next

r19573 Saturday 15th December, 2012 at 17:41:23 UTC by hap
spclaser dipswitch info from gregf
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r19572r19573
870870   PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_2WAY
871871   PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN )
872872
873   // TODO: figure out where dipswitch is read, it's not IN0 or IN2 in the current implementation
874#if 0
875   // these are the settings according to Gameplan Intruder manual
876   PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) )         PORT_DIPLOCATION("SW1:1,2")
877   PORT_DIPSETTING(    0x00, "3" )
878   PORT_DIPSETTING(    0x01, "4" )
879   PORT_DIPSETTING(    0x02, "5" )
880   PORT_DIPSETTING(    0x03, "6" )
881   PORT_SERVICE_DIPLOC( 0x04, IP_ACTIVE_LOW, "SW1:3" )
882   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Bonus_Life ) )      PORT_DIPLOCATION("SW1:4")
883   PORT_DIPSETTING(    0x08, "1000" )
884   PORT_DIPSETTING(    0x00, "1500" )
885   PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNKNOWN )
886   PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNKNOWN )
887   PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNKNOWN )
888   PORT_DIPNAME( 0x80, 0x80, "Display Coinage" )         PORT_DIPLOCATION("SW:8")
889   PORT_DIPSETTING(    0x80, DEF_STR( Off ) )
890   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
891#endif
892
873893   PORT_START("IN2")
874894   PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x00, "SW1:1" )
875895   PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x00, "SW1:2" )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team