Big10: Fixed default DIP switches and DIP locations. [Roberto Fresca]

This commit is contained in:
Roberto Fresca 2011-09-29 06:40:55 +00:00
parent 00ba8d39b9
commit bbe7688c53

View File

@ -214,12 +214,12 @@ static INPUT_PORTS_START( big10 )
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:5")
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x30, 0x00, "Main Game Rate" ) PORT_DIPLOCATION("DSW1:3,4")
PORT_DIPNAME( 0x30, 0x30, "Main Game Rate" ) PORT_DIPLOCATION("DSW1:4,3")
PORT_DIPSETTING( 0x00, "60%" )
PORT_DIPSETTING( 0x10, "70%" )
PORT_DIPSETTING( 0x20, "80%" )
PORT_DIPSETTING( 0x30, "90%" )
PORT_DIPNAME( 0xC0, 0x00, "Coinage (A=1; B=5; C=10)" ) PORT_DIPLOCATION("DSW1:1,2")
PORT_DIPNAME( 0xC0, 0xc0, "Coinage (A=1; B=5; C=10)" ) PORT_DIPLOCATION("DSW1:2,1")
PORT_DIPSETTING( 0x00, "x1" )
PORT_DIPSETTING( 0x40, "x2" )
PORT_DIPSETTING( 0x80, "x5" )