Merge pull request #142 from mzdmommy/patch-1

updated opwolf dipswitches
This commit is contained in:
Guru 2015-02-23 16:00:57 +08:00
commit 1b1513df66

View File

@ -568,7 +568,9 @@ static INPUT_PORTS_START( opwolf )
PORT_DIPSETTING( 0x08, "7" )
PORT_DIPUNUSED( 0x10, IP_ACTIVE_LOW )
PORT_DIPUNUSED( 0x20, IP_ACTIVE_LOW )
PORT_DIPUNUSED( 0x40, IP_ACTIVE_LOW )
PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" )
PORT_DIPSETTING( 0x40, DEF_STR( No ) )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) )
PORT_DIPSETTING( 0x80, DEF_STR( Japanese ) )
PORT_DIPSETTING( 0x00, DEF_STR( English ) )