summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2008-05-14 06:54:55 +0000
committer davidhay <davidhay@localhost>2008-05-14 06:54:55 +0000
commit4bdc8dd7b538e1d0070ebaa2b1e6a43cb06348bb (patch)
treeedcded8cfa3dbc1391b50507d3779fd7ade5c02d
parenta97ec0a58723e56c33f1a4921860e407bf81c9cc (diff)
just changes a default dipswitch on thoop, 1 life isn't a sensible default and makes the game look broken.
-rw-r--r--src/mame/drivers/gaelco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gaelco.c b/src/mame/drivers/gaelco.c
index d75f43fc884..31ba99dd606 100644
--- a/src/mame/drivers/gaelco.c
+++ b/src/mame/drivers/gaelco.c
@@ -788,7 +788,7 @@ static INPUT_PORTS_START( thoop )
PORT_DIPNAME( 0x04, 0x04, "Player Controls" )
PORT_DIPSETTING( 0x04, "2 Joysticks" )
PORT_DIPSETTING( 0x00, "1 Joystick" )
- PORT_DIPNAME( 0x18, 0x18, DEF_STR( Lives ) )
+ PORT_DIPNAME( 0x18, 0x08, DEF_STR( Lives ) )
PORT_DIPSETTING( 0x00, "4" )
PORT_DIPSETTING( 0x08, "3" )
PORT_DIPSETTING( 0x10, "2" )