mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
dsw correction from stephh
This commit is contained in:
parent
4589579d2a
commit
36f690622b
@ -296,10 +296,10 @@ static INPUT_PORTS_START( common )
|
|||||||
PORT_DIPSETTING( 0x0100, "5" )
|
PORT_DIPSETTING( 0x0100, "5" )
|
||||||
PORT_DIPSETTING( 0x0000, "121 (Cheat)")
|
PORT_DIPSETTING( 0x0000, "121 (Cheat)")
|
||||||
PORT_DIPNAME( 0x0c00, 0x0c00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:3,4")
|
PORT_DIPNAME( 0x0c00, 0x0c00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:3,4")
|
||||||
PORT_DIPSETTING( 0x0c00, "20k 50k" )
|
PORT_DIPSETTING( 0x0c00, "150k 650k 500k+" )
|
||||||
PORT_DIPSETTING( 0x0800, "30k 100k" )
|
PORT_DIPSETTING( 0x0800, "200k 800k 600k+" )
|
||||||
PORT_DIPSETTING( 0x0400, "50k 150k" )
|
PORT_DIPSETTING( 0x0400, "300k 1000k 700k+" )
|
||||||
PORT_DIPSETTING( 0x0000, "70K" )
|
PORT_DIPSETTING( 0x0000, "300k Only" )
|
||||||
PORT_DIPNAME( 0x3000, 0x2000, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:5,6")
|
PORT_DIPNAME( 0x3000, 0x2000, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:5,6")
|
||||||
PORT_DIPSETTING( 0x3000, DEF_STR( Easy ) )
|
PORT_DIPSETTING( 0x3000, DEF_STR( Easy ) )
|
||||||
PORT_DIPSETTING( 0x2000, DEF_STR( Normal ) )
|
PORT_DIPSETTING( 0x2000, DEF_STR( Normal ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user