mirror of
https://github.com/holub/mame
synced 2025-05-15 18:32:02 +03:00
Big10: Fixed default DIP switches and DIP locations. [Roberto Fresca]
This commit is contained in:
parent
00ba8d39b9
commit
bbe7688c53
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user