igs17.cpp: Fixed demo sounds DIP switch (#9933)

This commit is contained in:
Mitchell Hancock 2022-06-15 12:14:54 -05:00 committed by GitHub
parent 92cde07a35
commit d345b7ec2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3887,9 +3887,9 @@ INPUT_PORTS_END
static INPUT_PORTS_START( tarzan )
PORT_START("DSW1")
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:1")
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
PORT_DIPNAME( 0x01, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:1")
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x0e, 0x0e, "Coin Value" ) PORT_DIPLOCATION("SW1:2,3,4")
PORT_DIPSETTING( 0x0e, "1" )
PORT_DIPSETTING( 0x0c, "2" )