mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
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:
parent
a97ec0a587
commit
4bdc8dd7b5
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user