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:
AugiteSoul 2020-12-19 11:59:48 +01:00 committed by GitHub
parent 1a483ef131
commit 429b5dcc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" )