mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
expro02.cpp: identified one dip-switch for zipzap (nw)
This commit is contained in:
parent
8da04e4ae9
commit
6fe707a91d
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user