Previous 199869 Revisions Next

r23828 Friday 21st June, 2013 at 02:31:55 UTC by Alex Jackson
1943.c: fix DIPLOCATIONs (Alex Jackson)
[src/mame/drivers]1943.c

trunk/src/mame/drivers/1943.c
r23827r23828
116116   PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED )
117117
118118   PORT_START("DSWA")
119   PORT_DIPNAME( 0x0f, 0x08, DEF_STR( Difficulty ) )       PORT_DIPLOCATION("SWA:5,6,7,8")
119   PORT_DIPNAME( 0x0f, 0x08, DEF_STR( Difficulty ) )       PORT_DIPLOCATION("SWA:8,7,6,5")
120120   PORT_DIPSETTING(    0x0f, "1 (Easy)" )
121121   PORT_DIPSETTING(    0x0e, "2" )
122122   PORT_DIPSETTING(    0x0d, "3" )
r23827r23828
145145   PORT_SERVICE_DIPLOC(0x80, IP_ACTIVE_LOW, "SWA:1" )
146146
147147   PORT_START("DSWB")
148   PORT_DIPNAME( 0x07, 0x07, DEF_STR( Coin_A ) )           PORT_DIPLOCATION("SWB:6,7,8")
148   PORT_DIPNAME( 0x07, 0x07, DEF_STR( Coin_A ) )           PORT_DIPLOCATION("SWB:8,7,6")
149149   PORT_DIPSETTING(    0x00, DEF_STR( 4C_1C ))
150150   PORT_DIPSETTING(    0x01, DEF_STR( 3C_1C ) )
151151   PORT_DIPSETTING(    0x02, DEF_STR( 2C_1C ) )
r23827r23828
154154   PORT_DIPSETTING(    0x05, DEF_STR( 1C_3C ) )
155155   PORT_DIPSETTING(    0x04, DEF_STR( 1C_4C ) )
156156   PORT_DIPSETTING(    0x03, DEF_STR( 1C_5C ) )
157   PORT_DIPNAME( 0x38, 0x38, DEF_STR( Coin_B ) )           PORT_DIPLOCATION("SWB:3,4,5")
157   PORT_DIPNAME( 0x38, 0x38, DEF_STR( Coin_B ) )           PORT_DIPLOCATION("SWB:5,4,3")
158158   PORT_DIPSETTING(    0x00, DEF_STR( 4C_1C ))
159159   PORT_DIPSETTING(    0x08, DEF_STR( 3C_1C ) )
160160   PORT_DIPSETTING(    0x10, DEF_STR( 2C_1C ) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team