mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
1943.c: fix DIPLOCATIONs (Alex Jackson)
This commit is contained in:
parent
9ac4f113c6
commit
4de6e64077
@ -116,7 +116,7 @@ static INPUT_PORTS_START( 1943 )
|
||||
PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
PORT_START("DSWA")
|
||||
PORT_DIPNAME( 0x0f, 0x08, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SWA:5,6,7,8")
|
||||
PORT_DIPNAME( 0x0f, 0x08, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SWA:8,7,6,5")
|
||||
PORT_DIPSETTING( 0x0f, "1 (Easy)" )
|
||||
PORT_DIPSETTING( 0x0e, "2" )
|
||||
PORT_DIPSETTING( 0x0d, "3" )
|
||||
@ -145,7 +145,7 @@ static INPUT_PORTS_START( 1943 )
|
||||
PORT_SERVICE_DIPLOC(0x80, IP_ACTIVE_LOW, "SWA:1" )
|
||||
|
||||
PORT_START("DSWB")
|
||||
PORT_DIPNAME( 0x07, 0x07, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SWB:6,7,8")
|
||||
PORT_DIPNAME( 0x07, 0x07, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SWB:8,7,6")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( 4C_1C ))
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( 3C_1C ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( 2C_1C ) )
|
||||
@ -154,7 +154,7 @@ static INPUT_PORTS_START( 1943 )
|
||||
PORT_DIPSETTING( 0x05, DEF_STR( 1C_3C ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( 1C_4C ) )
|
||||
PORT_DIPSETTING( 0x03, DEF_STR( 1C_5C ) )
|
||||
PORT_DIPNAME( 0x38, 0x38, DEF_STR( Coin_B ) ) PORT_DIPLOCATION("SWB:3,4,5")
|
||||
PORT_DIPNAME( 0x38, 0x38, DEF_STR( Coin_B ) ) PORT_DIPLOCATION("SWB:5,4,3")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( 4C_1C ))
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( 3C_1C ) )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( 2C_1C ) )
|
||||
|
Loading…
Reference in New Issue
Block a user