From 86e4280b38554a98dc7e18dddf3443efee7eabc7 Mon Sep 17 00:00:00 2001 From: Guru Date: Mon, 23 Feb 2015 16:37:26 +0800 Subject: opwolf.c: added some DIP locations --- src/mame/drivers/opwolf.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mame/drivers/opwolf.c b/src/mame/drivers/opwolf.c index 909186505e7..3ba1b3088ca 100644 --- a/src/mame/drivers/opwolf.c +++ b/src/mame/drivers/opwolf.c @@ -551,8 +551,8 @@ ADDRESS_MAP_END static INPUT_PORTS_START( opwolf ) /* 0x380000 -> 0x0ff028 (-$fd8,A5) (C-chip) */ PORT_START("DSWA") - PORT_DIPUNUSED( 0x01, IP_ACTIVE_LOW ) - PORT_DIPNAME( 0x02, 0x02, DEF_STR( Allow_Continue ) ) + PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SW1:1" ) + PORT_DIPNAME( 0x02, 0x02, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW1:2") PORT_DIPSETTING( 0x02, DEF_STR( No ) ) PORT_DIPSETTING( 0x00, DEF_STR( Yes ) ) TAITO_DSWA_BITS_2_TO_3 @@ -561,17 +561,17 @@ static INPUT_PORTS_START( opwolf ) /* 0x380002 -> 0x0ff02a (-$fd6,A5) (C-chip) */ PORT_START("DSWB") TAITO_DIFFICULTY - PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" ) + PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" ) PORT_DIPLOCATION("SW2:3,4") PORT_DIPSETTING( 0x00, "4" ) PORT_DIPSETTING( 0x04, "5" ) PORT_DIPSETTING( 0x0c, "6" ) PORT_DIPSETTING( 0x08, "7" ) - PORT_DIPUNUSED( 0x10, IP_ACTIVE_LOW ) - PORT_DIPUNUSED( 0x20, IP_ACTIVE_LOW ) - PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" ) + PORT_DIPUNUSED_DIPLOC( 0x10, IP_ACTIVE_LOW, "SW2:5" ) + PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SW2:6" ) + PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" ) PORT_DIPLOCATION("SW2:7") PORT_DIPSETTING( 0x40, DEF_STR( No ) ) PORT_DIPSETTING( 0x00, DEF_STR( Yes ) ) - PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) ) + PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) ) PORT_DIPLOCATION("SW2:8") PORT_DIPSETTING( 0x80, DEF_STR( Japanese ) ) PORT_DIPSETTING( 0x00, DEF_STR( English ) ) -- cgit v1.2.3