mirror of
https://github.com/holub/mame
synced 2025-06-24 05:17:04 +03:00
sega/turbo.cpp: Clarified turbo lives DIP switch setting name. (#10707)
This commit is contained in:
parent
cdd78508cd
commit
1597a61247
@ -657,11 +657,11 @@ static INPUT_PORTS_START( turbo )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
|
||||
PORT_START("DSW1") // DSW1
|
||||
PORT_DIPNAME( 0x03, 0x03, "Car On Extended Play" ) PORT_DIPLOCATION("SW1:1,2")
|
||||
PORT_DIPSETTING( 0x00, "1" )
|
||||
PORT_DIPSETTING( 0x01, "2" )
|
||||
PORT_DIPSETTING( 0x02, "3" )
|
||||
PORT_DIPSETTING( 0x03, "4" )
|
||||
PORT_DIPNAME( 0x03, 0x03, "Max Lives During Extended Play" ) PORT_DIPLOCATION("SW1:1,2")
|
||||
PORT_DIPSETTING( 0x00, "2" )
|
||||
PORT_DIPSETTING( 0x01, "3" )
|
||||
PORT_DIPSETTING( 0x02, "4" )
|
||||
PORT_DIPSETTING( 0x03, "5" )
|
||||
PORT_DIPNAME( 0x04, 0x00, DEF_STR( Game_Time ) ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x04, "Fixed (55 sec)" )
|
||||
PORT_DIPSETTING( 0x00, "Adjustable" )
|
||||
|
Loading…
Reference in New Issue
Block a user