diff options
| author | 2015-02-22 17:18:43 -0500 | |
|---|---|---|
| committer | 2015-02-22 17:18:43 -0500 | |
| commit | 3c9876aec682ea2933b7da8df9128b4e79e53300 (patch) | |
| tree | 35c21d51423f0d8acc26a08e398d16933271c702 | |
| parent | c2c3a819a59998b351a76415b2c5a7853a07da85 (diff) | |
updated opwolf dipswitches
added unknown dipswitch description from manual
| -rw-r--r-- | src/mame/drivers/opwolf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/opwolf.c b/src/mame/drivers/opwolf.c index 40bdbeebdcb..909186505e7 100644 --- a/src/mame/drivers/opwolf.c +++ b/src/mame/drivers/opwolf.c @@ -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 ) ) |
