eolith.c: Correct the Demo Sound DIP for Iron Fortress. - NW

This commit is contained in:
Brian Troha 2012-06-13 00:35:01 +00:00
parent 0c873c9b66
commit 6959778ff7

View File

@ -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" )