mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
igs17.cpp: Fixed demo sounds DIP switch (#9933)
This commit is contained in:
parent
92cde07a35
commit
d345b7ec2c
@ -3887,9 +3887,9 @@ INPUT_PORTS_END
|
|||||||
|
|
||||||
static INPUT_PORTS_START( tarzan )
|
static INPUT_PORTS_START( tarzan )
|
||||||
PORT_START("DSW1")
|
PORT_START("DSW1")
|
||||||
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:1")
|
PORT_DIPNAME( 0x01, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:1")
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
|
||||||
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||||
PORT_DIPNAME( 0x0e, 0x0e, "Coin Value" ) PORT_DIPLOCATION("SW1:2,3,4")
|
PORT_DIPNAME( 0x0e, 0x0e, "Coin Value" ) PORT_DIPLOCATION("SW1:2,3,4")
|
||||||
PORT_DIPSETTING( 0x0e, "1" )
|
PORT_DIPSETTING( 0x0e, "1" )
|
||||||
PORT_DIPSETTING( 0x0c, "2" )
|
PORT_DIPSETTING( 0x0c, "2" )
|
||||||
|
Loading…
Reference in New Issue
Block a user