summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2010-05-02 12:52:21 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2010-05-02 12:52:21 +0000
commit586985ecb53a340d2282ae5c968d615d56480e03 (patch)
treedfc4c40363907bde81d4dbd57ed06392844104b3
parentd9d2963897cea503e70e995434f311bb18aa6db8 (diff)
Took comment off the remaining untested DIP (no whatsnew)
-rw-r--r--src/mame/drivers/jollyjgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jollyjgr.c b/src/mame/drivers/jollyjgr.c
index 8b67d107c0a..27d1ba19ba1 100644
--- a/src/mame/drivers/jollyjgr.c
+++ b/src/mame/drivers/jollyjgr.c
@@ -344,7 +344,7 @@ static INPUT_PORTS_START( fspider )
PORT_DIPSETTING( 0x01, "4" )
PORT_DIPSETTING( 0x02, "5" )
PORT_DIPSETTING( 0x03, "6" )
- PORT_DIPNAME( 0x0c, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:!3,!4") // nothing confirmed
+ PORT_DIPNAME( 0x0c, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:!3,!4")
PORT_DIPSETTING( 0x00, "10000" )
PORT_DIPSETTING( 0x04, "20000" )
PORT_DIPSETTING( 0x08, "30000" )