Previous 199869 Revisions Next

r36072 Monday 23rd February, 2015 at 08:37:26 UTC by Guru
opwolf.c: added some DIP locations
[/branches/kale/src/mame/drivers]opwolf.c

branches/kale/src/mame/drivers/opwolf.c
r244583r244584
551551static INPUT_PORTS_START( opwolf )
552552   /* 0x380000 -> 0x0ff028 (-$fd8,A5) (C-chip) */
553553   PORT_START("DSWA")
554   PORT_DIPUNUSED( 0x01, IP_ACTIVE_LOW )
555   PORT_DIPNAME( 0x02, 0x02, DEF_STR( Allow_Continue ) )
554   PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SW1:1" )
555   PORT_DIPNAME( 0x02, 0x02, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW1:2")
556556   PORT_DIPSETTING(    0x02, DEF_STR( No ) )
557557   PORT_DIPSETTING(    0x00, DEF_STR( Yes ) )
558558   TAITO_DSWA_BITS_2_TO_3
r244583r244584
561561   /* 0x380002 -> 0x0ff02a (-$fd6,A5) (C-chip) */
562562   PORT_START("DSWB")
563563   TAITO_DIFFICULTY
564   PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" )
564   PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" ) PORT_DIPLOCATION("SW2:3,4")
565565   PORT_DIPSETTING(    0x00, "4" )
566566   PORT_DIPSETTING(    0x04, "5" )
567567   PORT_DIPSETTING(    0x0c, "6" )
568568   PORT_DIPSETTING(    0x08, "7" )
569   PORT_DIPUNUSED( 0x10, IP_ACTIVE_LOW )
570   PORT_DIPUNUSED( 0x20, IP_ACTIVE_LOW )
571   PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" )
569   PORT_DIPUNUSED_DIPLOC( 0x10, IP_ACTIVE_LOW, "SW2:5" )
570   PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SW2:6" )
571   PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" ) PORT_DIPLOCATION("SW2:7")
572572   PORT_DIPSETTING(    0x40, DEF_STR( No ) )
573573   PORT_DIPSETTING(    0x00, DEF_STR( Yes ) )
574   PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) )
574   PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) ) PORT_DIPLOCATION("SW2:8")
575575   PORT_DIPSETTING(    0x80, DEF_STR( Japanese ) )
576576   PORT_DIPSETTING(    0x00, DEF_STR( English ) )
577577


Previous 199869 Revisions Next


© 1997-2024 The MAME Team