mirror of
https://github.com/holub/mame
synced 2025-05-27 16:21:34 +03:00
DIPSW fix [kanikani]
This commit is contained in:
parent
7111f1aece
commit
7e4e85f2e1
@ -352,11 +352,13 @@ static INPUT_PORTS_START( liblrabl )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
|
||||
PORT_START("DSW1") /* 56XX #1 pins 22-29 */
|
||||
/* default setting: all OFF */
|
||||
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Lives ) ) PORT_DIPLOCATION("SWA:8,7")
|
||||
PORT_DIPSETTING( 0x02, "1" )
|
||||
PORT_DIPSETTING( 0x00, "2" )
|
||||
PORT_DIPSETTING( 0x03, "3" )
|
||||
PORT_DIPSETTING( 0x01, "5" )
|
||||
PORT_DIPNAME( 0x1c, 0x1c, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SWA:6,5,4")
|
||||
// bonus scores for common
|
||||
PORT_DIPSETTING( 0x1c, "40k 120k 200k 400k 600k 1m" )
|
||||
PORT_DIPSETTING( 0x0c, "40k 140k 250k 400k 700k 1m" )
|
||||
@ -449,6 +451,7 @@ static INPUT_PORTS_START( toypop )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
|
||||
PORT_START("DSW1") /* 56XX #1 pins 22-29 */
|
||||
/* default setting: all OFF */
|
||||
PORT_DIPNAME( 0x03, 0x03, DEF_STR( Lives ) ) PORT_DIPLOCATION("SWA:8,7")
|
||||
PORT_DIPSETTING( 0x02, "1" )
|
||||
PORT_DIPSETTING( 0x01, "2" )
|
||||
@ -479,7 +482,7 @@ static INPUT_PORTS_START( toypop )
|
||||
PORT_DIPNAME( 0x04, 0x04, "2 Players Game" ) PORT_DIPLOCATION("SWB:6")
|
||||
PORT_DIPSETTING( 0x00, "1 Credit" )
|
||||
PORT_DIPSETTING( 0x04, "2 Credits" )
|
||||
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Demo_Sounds ) )
|
||||
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SWB:5")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x10, 0x10, "Entering" ) PORT_DIPLOCATION("SWB:4") // buy in
|
||||
|
Loading…
Reference in New Issue
Block a user