sega/turbo.cpp: Clarified turbo lives DIP switch setting name. (#10707)

This commit is contained in:
0kmg 2022-12-19 10:48:30 -08:00 committed by GitHub
parent cdd78508cd
commit 1597a61247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -657,11 +657,11 @@ static INPUT_PORTS_START( turbo )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_START("DSW1") // DSW1 PORT_START("DSW1") // DSW1
PORT_DIPNAME( 0x03, 0x03, "Car On Extended Play" ) PORT_DIPLOCATION("SW1:1,2") PORT_DIPNAME( 0x03, 0x03, "Max Lives During Extended Play" ) PORT_DIPLOCATION("SW1:1,2")
PORT_DIPSETTING( 0x00, "1" ) PORT_DIPSETTING( 0x00, "2" )
PORT_DIPSETTING( 0x01, "2" ) PORT_DIPSETTING( 0x01, "3" )
PORT_DIPSETTING( 0x02, "3" ) PORT_DIPSETTING( 0x02, "4" )
PORT_DIPSETTING( 0x03, "4" ) PORT_DIPSETTING( 0x03, "5" )
PORT_DIPNAME( 0x04, 0x00, DEF_STR( Game_Time ) ) PORT_DIPLOCATION("SW1:3") PORT_DIPNAME( 0x04, 0x00, DEF_STR( Game_Time ) ) PORT_DIPLOCATION("SW1:3")
PORT_DIPSETTING( 0x04, "Fixed (55 sec)" ) PORT_DIPSETTING( 0x04, "Fixed (55 sec)" )
PORT_DIPSETTING( 0x00, "Adjustable" ) PORT_DIPSETTING( 0x00, "Adjustable" )