mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Fixed default dipswitch settings for Parodius
This commit is contained in:
parent
fe01a1342c
commit
0c31dcf98e
@ -156,7 +156,7 @@ static INPUT_PORTS_START( parodius )
|
||||
PORT_DIPNAME( 0x04, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:3")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( Cocktail ) )
|
||||
PORT_DIPNAME( 0x18, 0x18, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:4,5")
|
||||
PORT_DIPNAME( 0x18, 0x10, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:4,5")
|
||||
PORT_DIPSETTING( 0x18, "20000 80000" )
|
||||
PORT_DIPSETTING( 0x10, "30000 100000" )
|
||||
PORT_DIPSETTING( 0x08, "20000" )
|
||||
|
Loading…
Reference in New Issue
Block a user