Previous 199869 Revisions Next

r24587 Tuesday 30th July, 2013 at 21:42:29 UTC by Brian Troha
3x3puzzl.c: Correct dipswitches and add dipswitch locations for Casanova. [Brian Troha]
[src/mame/drivers]3x3puzzl.c

trunk/src/mame/drivers/3x3puzzl.c
r24586r24587
281281   PORT_MODIFY("SYS")
282282   PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_START1 )
283283
284   PORT_MODIFY("DSW01")
285   PORT_DIPNAME( 0x0003, 0x0003, DEF_STR( Coinage ) )   PORT_DIPLOCATION("SW1:1,2")
286   PORT_DIPSETTING(      0x0003, DEF_STR( 1C_1C ) )
287   PORT_DIPSETTING(      0x0002, DEF_STR( 2C_1C ) )
288   PORT_DIPSETTING(      0x0001, DEF_STR( 3C_1C ) )
289   PORT_DIPSETTING(      0x0000, DEF_STR( 5C_1C ) )
290   PORT_DIPNAME( 0x000c, 0x000c, DEF_STR( Difficulty ) )   PORT_DIPLOCATION("SW1:3,4")
291   PORT_DIPSETTING(      0x0008, DEF_STR( Easy ) )
292   PORT_DIPSETTING(      0x000c, DEF_STR( Normal ) )
293   PORT_DIPSETTING(      0x0004, DEF_STR( Hard ) )
294   PORT_DIPSETTING(      0x0000, DEF_STR( Very_Hard ) )
295   PORT_DIPNAME( 0x0010, 0x0000, DEF_STR( Demo_Sounds ) )   PORT_DIPLOCATION("SW1:5")
296   PORT_DIPSETTING(      0x0010, DEF_STR( Off ) )
297   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
298   PORT_DIPUNUSED_DIPLOC( 0x0020, 0x0020, "SW1:6" )
299   PORT_DIPUNUSED_DIPLOC( 0x0040, 0x0040, "SW1:7" )
300   PORT_DIPNAME( 0x0080, 0x0080, "Dip Info" )      PORT_DIPLOCATION("SW1:8")
301   PORT_DIPSETTING(      0x0080, DEF_STR( Off ) )
302   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
303   PORT_DIPUNUSED_DIPLOC( 0x0100, 0x0100, "SW2:1" )        /* DSW2 bank, not used? */
304   PORT_DIPUNUSED_DIPLOC( 0x0200, 0x0200, "SW2:2" )
305   PORT_DIPUNUSED_DIPLOC( 0x0400, 0x0400, "SW2:3" )
306   PORT_DIPUNUSED_DIPLOC( 0x0800, 0x0800, "SW2:4" )
307   PORT_DIPUNUSED_DIPLOC( 0x1000, 0x1000, "SW2:5" )
308   PORT_DIPUNUSED_DIPLOC( 0x2000, 0x2000, "SW2:6" )
309   PORT_DIPUNUSED_DIPLOC( 0x4000, 0x4000, "SW2:7" )
310   PORT_DIPUNUSED_DIPLOC( 0x8000, 0x8000, "SW2:8" )
311
284312INPUT_PORTS_END
285313
286314static const gfx_layout tiles16x16x8_layout =

Previous 199869 Revisions Next


© 1997-2024 The MAME Team