use macros, leave initial time on first race in comment as it increases later (nw)

This commit is contained in:
DavidHaywood 2019-10-20 23:37:58 +01:00
parent 286b7446ff
commit 4fe0823679

View File

@ -538,10 +538,10 @@ static INPUT_PORTS_START( spdheat )
PORT_DIPSETTING( 0x0001, "3rd Race" )
PORT_DIPSETTING( 0x0000, "4th Race" )
PORT_DIPNAME( 0x000C, 0x0008, "Timer Setting" ) PORT_DIPLOCATION("DSWC:3,4")
PORT_DIPSETTING( 0x000C, "Easy (210)" )
PORT_DIPSETTING( 0x0008, "Normal (200)" )
PORT_DIPSETTING( 0x0004, "Hard (190)" )
PORT_DIPSETTING( 0x0000, "Hardest (180)" )
PORT_DIPSETTING( 0x000C, DEF_STR( Easy ) ) // 210 on initial race
PORT_DIPSETTING( 0x0008, DEF_STR( Normal ) ) // 200
PORT_DIPSETTING( 0x0004, DEF_STR( Hard ) ) // 190
PORT_DIPSETTING( 0x0000, DEF_STR( Hardest ) ) // 180
PORT_DIPNAME( 0x0010, 0x0000, "Coin Display" ) PORT_DIPLOCATION("DSWC:5")
PORT_DIPSETTING( 0x0010, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )