Previous 199869 Revisions Next

r26682 Saturday 21st December, 2013 at 20:30:27 UTC by hap
WIP for: 05388: bloxeed: Incorrect DIP switch info.
[src/mame/drivers]segac2.c

trunk/src/mame/drivers/segac2.c
r26681r26682
10751075   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )     /* Button 3 Unused */
10761076
10771077   PORT_MODIFY("DSW")
1078   PORT_DIPNAME( 0x01, 0x01, "VS Mode Price" )         PORT_DIPLOCATION("SW2:1")
1079   PORT_DIPSETTING(    0x00, "Same as Ordinary" )
1080   PORT_DIPSETTING(    0x01, "Double as Ordinary" )
1081   PORT_DIPNAME( 0x02, 0x02, "Credits to Start" )      PORT_DIPLOCATION("SW2:2")
1082   PORT_DIPSETTING(    0x02, "1" )
1083   PORT_DIPSETTING(    0x00, "2" )
1084   PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW2:3") // also coinage related?
1085   PORT_DIPSETTING(    0x04, DEF_STR( Off ) )
1086   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
1078   PORT_DIPNAME( 0x07, 0x07, DEF_STR( Coinage ) )      PORT_DIPLOCATION("SW2:1,2,3") // needs to be double checked
1079   PORT_DIPSETTING(    0x00, "0" )
1080   PORT_DIPSETTING(    0x01, "1" )
1081   PORT_DIPSETTING(    0x02, "2" )
1082   PORT_DIPSETTING(    0x03, "3" )
1083   PORT_DIPSETTING(    0x04, "4" )
1084   PORT_DIPSETTING(    0x05, "5" )
1085   PORT_DIPSETTING(    0x06, "6" )
1086   PORT_DIPSETTING(    0x07, "7" )
10871087   PORT_DIPNAME( 0x08, 0x00, DEF_STR( Demo_Sounds ) )  PORT_DIPLOCATION("SW2:4")
10881088   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
10891089   PORT_DIPSETTING(    0x00, DEF_STR( On ) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team