summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author briantro <briantro@users.noreply.github.com>2015-02-03 17:36:44 -0600
committer briantro <briantro@users.noreply.github.com>2015-02-03 17:36:44 -0600
commitabff2df161fbfc0eba52c5d31e80f5761ddbac74 (patch)
tree2a8070df8d5504824aa1336725f4ffc4442388f0
parentde58762e568a72d29f35a4f4264abafa6fc42e42 (diff)
silvmil.c: Minor info update on the Game Level for PuzzLove - NW
-rw-r--r--src/mame/drivers/silvmil.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/silvmil.c b/src/mame/drivers/silvmil.c
index caca553f81a..5ea7b46a98f 100644
--- a/src/mame/drivers/silvmil.c
+++ b/src/mame/drivers/silvmil.c
@@ -313,10 +313,10 @@ static INPUT_PORTS_START( puzzlove )
PORT_DIPSETTING( 0x0080, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0300, 0x0300, "Game Level" ) PORT_DIPLOCATION("SW1:1,2") /* Difficulty?? - Not sure how this works for Easy --> Very Hard */
- PORT_DIPSETTING( 0x0300, "1" )
- PORT_DIPSETTING( 0x0200, "2" )
- PORT_DIPSETTING( 0x0100, "3" )
- PORT_DIPSETTING( 0x0000, "4" )
+ PORT_DIPSETTING( 0x0300, "1" ) /* Initial start time 40 secs */
+ PORT_DIPSETTING( 0x0200, "2" ) /* Initial start time 30 secs - Other in game effects?? */
+ PORT_DIPSETTING( 0x0100, "3" ) /* Initial start time 30 secs - Other in game effects?? */
+ PORT_DIPSETTING( 0x0000, "4" ) /* Initial start time 30 secs - Other in game effects?? */
PORT_DIPNAME( 0x1c00, 0x1c00, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:3,4,5")
PORT_DIPSETTING( 0x1000, DEF_STR( 4C_1C ) )
PORT_DIPSETTING( 0x1400, DEF_STR( 3C_1C ) )