mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Merge pull request #142 from mzdmommy/patch-1
updated opwolf dipswitches
This commit is contained in:
commit
1b1513df66
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user