summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/spdheat.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/spdheat.cpp b/src/mame/drivers/spdheat.cpp
index 8332348a98f..5894dfbdde6 100644
--- a/src/mame/drivers/spdheat.cpp
+++ b/src/mame/drivers/spdheat.cpp
@@ -537,11 +537,11 @@ static INPUT_PORTS_START( spdheat )
PORT_DIPSETTING( 0x0002, "2nd Race" )
PORT_DIPSETTING( 0x0001, "3rd Race" )
PORT_DIPSETTING( 0x0000, "4th Race" )
- PORT_DIPNAME( 0x000C, 0x0004, "Timer Setting" ) PORT_DIPLOCATION("DSWC:3,4")
- PORT_DIPSETTING( 0x0000, DEF_STR( Easy ) )
- PORT_DIPSETTING( 0x0004, DEF_STR( Normal ) )
- PORT_DIPSETTING( 0x0008, DEF_STR( Hard ) )
- PORT_DIPSETTING( 0x000C, DEF_STR( Hardest ) )
+ PORT_DIPNAME( 0x000C, 0x0008, "Timer Setting" ) PORT_DIPLOCATION("DSWC:3,4")
+ 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 ) )