mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
updated previously unknown DIP switch of grdians (#7569)
* changed previously unknown DIP switch of grdians Figured out that this one DIP switch on Denijn Makai II/Guardians, when toggled on, makes the game give an extra life at 500,000 points, instead of 300,000 points when toggled off.
This commit is contained in:
parent
1a483ef131
commit
429b5dcc9e
@ -1105,9 +1105,9 @@ static INPUT_PORTS_START( grdians )
|
||||
PORT_DIPSETTING( 0x0003, DEF_STR( Normal ) ) // 1
|
||||
PORT_DIPSETTING( 0x0001, DEF_STR( Hard ) ) // 2
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Hardest ) ) // 3
|
||||
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x0004, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x0004, "300000" )
|
||||
PORT_DIPSETTING( 0x0000, "500000" )
|
||||
PORT_DIPNAME( 0x0008, 0x0008, "Title" ) PORT_DIPLOCATION("SW1:4")
|
||||
PORT_DIPSETTING( 0x0008, "Guardians" )
|
||||
PORT_DIPSETTING( 0x0000, "Denjin Makai II" )
|
||||
|
Loading…
Reference in New Issue
Block a user