mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Correct bonus life DIP switch descriptions for Mario Bros. revision F.
This commit is contained in:
parent
3f155c5668
commit
0e8da3561e
@ -243,9 +243,9 @@ static INPUT_PORTS_START( mario )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( 1C_2C ) )
|
||||
PORT_DIPSETTING( 0x0c, DEF_STR( 1C_3C ) )
|
||||
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:!5,!6")
|
||||
PORT_DIPSETTING( 0x00, "20k only" )
|
||||
PORT_DIPSETTING( 0x10, "30k only" )
|
||||
PORT_DIPSETTING( 0x20, "40k only" )
|
||||
PORT_DIPSETTING( 0x00, "20k 40k 20k+" )
|
||||
PORT_DIPSETTING( 0x10, "30k 50k 20k+" )
|
||||
PORT_DIPSETTING( 0x20, "40k 60k 20k+" )
|
||||
PORT_DIPSETTING( 0x30, DEF_STR( None ) )
|
||||
PORT_DIPNAME( 0xc0, 0x00, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW1:!7,!8")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Easy ) )
|
||||
|
Loading…
Reference in New Issue
Block a user