Previous 199869 Revisions Next

r34827 Tuesday 3rd February, 2015 at 23:36:44 UTC by Brian Troha
silvmil.c: Minor info update on the Game Level for PuzzLove - NW
[src/mame/drivers]silvmil.c

trunk/src/mame/drivers/silvmil.c
r243338r243339
313313   PORT_DIPSETTING(      0x0080, DEF_STR( Off ) )
314314   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
315315   PORT_DIPNAME( 0x0300, 0x0300, "Game Level" )      PORT_DIPLOCATION("SW1:1,2") /* Difficulty?? - Not sure how this works for Easy --> Very Hard */
316   PORT_DIPSETTING(      0x0300, "1" )
317   PORT_DIPSETTING(      0x0200, "2" )
318   PORT_DIPSETTING(      0x0100, "3" )
319   PORT_DIPSETTING(      0x0000, "4" )
316   PORT_DIPSETTING(      0x0300, "1" ) /* Initial start time 40 secs */
317   PORT_DIPSETTING(      0x0200, "2" ) /* Initial start time 30 secs - Other in game effects?? */
318   PORT_DIPSETTING(      0x0100, "3" ) /* Initial start time 30 secs - Other in game effects?? */
319   PORT_DIPSETTING(      0x0000, "4" ) /* Initial start time 30 secs - Other in game effects?? */
320320   PORT_DIPNAME( 0x1c00, 0x1c00, DEF_STR( Coinage ) )      PORT_DIPLOCATION("SW1:3,4,5")
321321   PORT_DIPSETTING(      0x1000, DEF_STR( 4C_1C ) )
322322   PORT_DIPSETTING(      0x1400, DEF_STR( 3C_1C ) )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team