mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
astrocde.c - Fixed the Bonus Life dipswitch for gorf and clones. It's state was inverted.
This commit is contained in:
parent
40794d7a53
commit
cc696a7552
@ -996,9 +996,9 @@ static INPUT_PORTS_START( gorf )
|
||||
PORT_DIPNAME( 0x10, 0x00, "Lives per Credit" ) PORT_DIPLOCATION("S1:5")
|
||||
PORT_DIPSETTING( 0x10, "2" )
|
||||
PORT_DIPSETTING( 0x00, "3" )
|
||||
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("S1:6")
|
||||
PORT_DIPSETTING( 0x00, "Mission 5" )
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( None ) )
|
||||
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("S1:6")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( None ) )
|
||||
PORT_DIPSETTING( 0x20, "Mission 5" )
|
||||
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("S1:7")
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
|
Loading…
Reference in New Issue
Block a user