Fixed Mantis bug ID 01790.

Added the Region DIP switch to zerowng2.
USA - Europe.
This commit is contained in:
Roberto Fresca 2008-05-08 03:50:16 +00:00
parent 948dd778b0
commit 3aa66693fe

View File

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