fixed DIPSW

This commit is contained in:
Yasuhiro Ogawa 2009-01-19 15:35:39 +00:00
parent 595ebddea2
commit 8b2f77e0c0

View File

@ -389,7 +389,7 @@ static INPUT_PORTS_START( srmp5 )
PORT_DIPNAME( 0x0040, 0x0040, "PUT" )
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0040, DEF_STR( On ) )
PORT_DIPNAME( 0x0080, 0x0080, "Unknown" )
PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0080, DEF_STR( On ) )
PORT_BIT( 0xffffff00, IP_ACTIVE_LOW, IPT_UNUSED )