mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
eolith.c: Correct the Demo Sound DIP for Iron Fortress. - NW
This commit is contained in:
parent
0c873c9b66
commit
6959778ff7
@ -368,9 +368,9 @@ static INPUT_PORTS_START( ironfort )
|
||||
PORT_DIPNAME( 0x00000001, 0x00000001, "Show Dip-switch Information" ) PORT_DIPLOCATION("SW4:1")
|
||||
PORT_DIPSETTING( 0x00000001, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x00000002, 0x00000000, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW4:2")
|
||||
PORT_DIPSETTING( 0x00000002, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x00000002, 0x00000002, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW4:2")
|
||||
PORT_DIPSETTING( 0x00000000, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00000002, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x0000000c, 0x0000000c, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW4:3,4")
|
||||
PORT_DIPSETTING( 0x00000008, "1" )
|
||||
PORT_DIPSETTING( 0x00000004, "2" )
|
||||
|
Loading…
Reference in New Issue
Block a user