minor clean up in dipswitches for meritm.c driver

This commit is contained in:
Brian Troha 2009-08-27 00:48:41 +00:00
parent 5660e8f546
commit 7fff4eb48c

View File

@ -709,7 +709,7 @@ static INPUT_PORTS_START(pitbossm)
PORT_DIPSETTING( 0x10, "1 Coin" )
PORT_DIPNAME( 0x20, 0x20, "Great Solitaire: Coins to start" ) PORT_DIPLOCATION("SW1:6")
PORT_DIPSETTING( 0x00, "2 Coins" )
PORT_DIPSETTING( 0x20, "1 Coins" )
PORT_DIPSETTING( 0x20, "1 Coin" )
PORT_DIPNAME( 0x40, 0x00, "Sync Adjustment (Set by factory)" ) PORT_DIPLOCATION("SW1:7") /* Sync Adjustment (Set by factory) */
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x40, DEF_STR( On ) )
@ -734,7 +734,7 @@ static INPUT_PORTS_START(pbst30)
PORT_DIPNAME( 0x01, 0x00, "Invert Touch Screen Coordinates" ) PORT_DIPLOCATION("SW1:1") /* In case you installed the touch screen upside down??? */
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
PORT_DIPNAME( 0x02, 0x02, "Enable casino games" ) PORT_DIPLOCATION("SW1:2")
PORT_DIPNAME( 0x02, 0x02, "Enable Casino Games" ) PORT_DIPLOCATION("SW1:2")
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
PORT_DIPSETTING( 0x02, DEF_STR( Yes ) )
PORT_DIPNAME( 0x04, 0x04, "Sexy Trivia Catagory" ) PORT_DIPLOCATION("SW1:3")