mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
wbml and clones: Corrected some dip-switches as per game manual. [kamilz]
This commit is contained in:
parent
6b0355117f
commit
cf3d95315f
@ -1938,7 +1938,7 @@ static INPUT_PORTS_START( wbml )
|
||||
PORT_DIPSETTING( 0x04, "3" )
|
||||
PORT_DIPSETTING( 0x0c, "4" )
|
||||
PORT_DIPSETTING( 0x08, "5" )
|
||||
/* 0x00 gives 4 lives */
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Free_Play ) ) // starts with 2 coins inserted
|
||||
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SWB:5")
|
||||
PORT_DIPSETTING( 0x10, "30000 100000 200000" )
|
||||
PORT_DIPSETTING( 0x00, "50000 150000 250000" )
|
||||
@ -1948,7 +1948,7 @@ static INPUT_PORTS_START( wbml )
|
||||
PORT_DIPNAME( 0x40, 0x40, "Test Mode" ) PORT_DIPLOCATION("SWB:7")
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SWB:8")
|
||||
PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unused ) ) PORT_DIPLOCATION("SWB:8")
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
INPUT_PORTS_END
|
||||
|
Loading…
Reference in New Issue
Block a user