mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
use macros, leave initial time on first race in comment as it increases later (nw)
This commit is contained in:
parent
286b7446ff
commit
4fe0823679
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user