Previous 199869 Revisions Next

r24588 Tuesday 30th July, 2013 at 21:54:28 UTC by Brian Troha
3x3puzzl.c: Dip info doesn't show accurate information. Corrects Coinage and adds a not about the effects of "10" credits when using 1C/2C setting. - NW
[src/mame/drivers]3x3puzzl.c

trunk/src/mame/drivers/3x3puzzl.c
r24587r24588
2121the game back to normal version as current set on the PCB
2222has adult graphics (sets provided are 'Normal' and 'Enterprise')
2323
24Notes:
25 Casanova: Using 1C/2C and inserting 5 coins causes graphics corruption as
26           as the game places the "11" character on screen, but there really
27           isn't. Sould only be "0" through "9"
2428
2529***************************************************************************/
2630
r24587r24588
281285   PORT_MODIFY("SYS")
282286   PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_START1 )
283287
284   PORT_MODIFY("DSW01")
288   PORT_MODIFY("DSW01") /* Do NOT trust "DIP INFO" for correct settings! At least Coinage is WRONG! */
285289   PORT_DIPNAME( 0x0003, 0x0003, DEF_STR( Coinage ) )   PORT_DIPLOCATION("SW1:1,2")
290   PORT_DIPSETTING(      0x0002, DEF_STR( 1C_2C ) ) /* Dip info shows 2 Coins / Credit */
286291   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 ) )
292   PORT_DIPSETTING(      0x0001, DEF_STR( 2C_1C ) ) /* Dip info shows 3 Coins / Credit */
293   PORT_DIPSETTING(      0x0000, DEF_STR( 3C_1C ) ) /* Dip info shows 5 Coins / Credit */
290294   PORT_DIPNAME( 0x000c, 0x000c, DEF_STR( Difficulty ) )   PORT_DIPLOCATION("SW1:3,4")
291295   PORT_DIPSETTING(      0x0008, DEF_STR( Easy ) )
292296   PORT_DIPSETTING(      0x000c, DEF_STR( Normal ) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team