Skip to content

Commit 71f0b5d

Browse files
authored
capcom/lwings.cpp: Swapped sectionz coin inputs to match the manual. (#11725)
Also swapped corresponding DIP switch setting descriptions.
1 parent 74b3292 commit 71f0b5d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/mame/capcom/lwings.cpp

+6-2
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,10 @@ INPUT_PORTS_END
794794
static INPUT_PORTS_START( sectionz )
795795
PORT_INCLUDE( lwings_generic )
796796

797+
PORT_MODIFY("SERVICE")
798+
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_COIN2 )
799+
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 )
800+
797801
PORT_MODIFY("P2")
798802
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY PORT_COCKTAIL
799803
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY PORT_COCKTAIL
@@ -812,12 +816,12 @@ static INPUT_PORTS_START( sectionz )
812816
PORT_DIPSETTING( 0x0c, "3" )
813817
PORT_DIPSETTING( 0x08, "4" )
814818
PORT_DIPSETTING( 0x00, "5" )
815-
PORT_DIPNAME( 0x30, 0x30, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SWA:4,3")
819+
PORT_DIPNAME( 0x30, 0x30, DEF_STR( Coin_B ) ) PORT_DIPLOCATION("SWA:4,3")
816820
PORT_DIPSETTING( 0x00, DEF_STR( 4C_1C ) )
817821
PORT_DIPSETTING( 0x20, DEF_STR( 3C_1C ) )
818822
PORT_DIPSETTING( 0x10, DEF_STR( 2C_1C ) )
819823
PORT_DIPSETTING( 0x30, DEF_STR( 1C_1C ) )
820-
PORT_DIPNAME( 0xc0, 0xc0, DEF_STR( Coin_B ) ) PORT_DIPLOCATION("SWA:2,1")
824+
PORT_DIPNAME( 0xc0, 0xc0, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SWA:2,1")
821825
PORT_DIPSETTING( 0x00, DEF_STR( 2C_1C ) )
822826
PORT_DIPSETTING( 0xc0, DEF_STR( 1C_1C ) )
823827
PORT_DIPSETTING( 0x40, DEF_STR( 1C_2C ) )

0 commit comments

Comments
 (0)