blockout.cpp: fix agress players (lives) DIP

This commit is contained in:
Kaito Sinclaire 2021-09-11 13:08:28 -07:00 committed by GitHub
parent 6403b5cff8
commit a23e5a3d7c
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