just changes a default dipswitch on thoop, 1 life isn't a sensible default and makes the game look broken.

This commit is contained in:
davidhay 2008-05-14 06:54:55 +00:00
parent a97ec0a587
commit 4bdc8dd7b5

View File

@ -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" )