Merge pull request #8566 from KScl/master

blockout.cpp: fix agress players (lives) DIP
This commit is contained in:
ajrhacker 2021-09-11 17:52:05 -04:00 committed by GitHub
commit 120c5685aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,9 +256,9 @@ static INPUT_PORTS_START( agress )
PORT_MODIFY("DSW2")
/* Engrish here. The manual says "Number of Prayers". Maybe related to lives? */
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Players ) ) PORT_DIPLOCATION("SW2:3")
PORT_DIPSETTING( 0x04, "1" )
PORT_DIPSETTING( 0x00, "2" )
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW2:3")
PORT_DIPSETTING( 0x00, "1" )
PORT_DIPSETTING( 0x04, "2" )
PORT_DIPUNKNOWN_DIPLOC( 0x40, 0x40, "SW2:7" )
PORT_DIPUNKNOWN_DIPLOC( 0x80, 0x80, "SW2:8" )
INPUT_PORTS_END