mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fixed Mantis bug ID 01790.
Added the Region DIP switch to zerowng2. USA - Europe.
This commit is contained in:
parent
948dd778b0
commit
3aa66693fe
@ -694,9 +694,9 @@ static INPUT_PORTS_START( zerowng2 ) /* Always shows "Williams Electronics Games
|
||||
PORT_DIPNAME( 0x01, 0x00, DEF_STR( Unused ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x00, DEF_STR( Unused ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x02, 0x00, DEF_STR( Region ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( USA ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Europe ) )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( demonwld )
|
||||
|
Loading…
Reference in New Issue
Block a user