expro02.cpp: identified one dip-switch for zipzap (nw)

This commit is contained in:
Ivan Vangelista 2019-08-05 20:05:54 +02:00
parent 8da04e4ae9
commit 6fe707a91d

View File

@ -652,7 +652,7 @@ static INPUT_PORTS_START( zipzap )
PORT_DIPNAME( 0x0020, 0x0020, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x0020, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0040, 0x0040, DEF_STR( Unknown ) )
PORT_DIPNAME( 0x0040, 0x0040, "Level Skip with Button 2" )
PORT_DIPSETTING( 0x0040, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Unknown ) )