Previous 199869 Revisions Next

r36074 Monday 23rd February, 2015 at 09:49:15 UTC by Guru
opwolf.c: added the remaining DIP locations to Operation Wolf
[/branches/kale/src/mame/drivers]opwolf.c

branches/kale/src/mame/drivers/opwolf.c
r244585r244586
555555   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 ) )
558   TAITO_DSWA_BITS_2_TO_3
559   TAITO_COINAGE_WORLD
558   PORT_SERVICE( 0x04, IP_ACTIVE_LOW ) PORT_DIPLOCATION("SW1:3")
559   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:4")
560   PORT_DIPSETTING(    0x00, DEF_STR( Off ) ) \
561   PORT_DIPSETTING(    0x08, DEF_STR( On ) )
562   TAITO_COINAGE_WORLD_LOC(SW1)
560563
561564   /* 0x380002 -> 0x0ff02a (-$fd6,A5) (C-chip) */
562565   PORT_START("DSWB")
563   TAITO_DIFFICULTY
566   TAITO_DIFFICULTY_LOC(SW2)
564567   PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" ) PORT_DIPLOCATION("SW2:3,4")
565568   PORT_DIPSETTING(    0x00, "4" )
566569   PORT_DIPSETTING(    0x04, "5" )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team