summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ajrhacker <ajrhacker@users.noreply.github.com>2019-12-03 16:49:16 -0500
committer GitHub <noreply@github.com>2019-12-03 16:49:16 -0500
commitd4c092ade2796abf04e104c1c0cfe5de03db2788 (patch)
tree12ed7bcafd8d0b8473290d20b1f0d8e2a5d6d619
parentb626f443deb3db5ce533fe9f686c92b1945d5f28 (diff)
parentdd1ccce8bb6c93aaace966eacfbb5b3acf903453 (diff)
Merge pull request #5999 from sasuke-arcade/sdheat_service_fixed
spdheat.cpp : Changed DIPSW service mode definition
-rw-r--r--src/mame/drivers/spdheat.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/drivers/spdheat.cpp b/src/mame/drivers/spdheat.cpp
index 65ef93004b2..a35433d2de1 100644
--- a/src/mame/drivers/spdheat.cpp
+++ b/src/mame/drivers/spdheat.cpp
@@ -482,9 +482,7 @@ static INPUT_PORTS_START( spdheat )
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("DSWA:3")
PORT_DIPSETTING( 0x0004, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
- PORT_DIPNAME( 0x0008, 0x0008, DEF_STR( Test ) ) PORT_DIPLOCATION("DSWA:4")
- PORT_DIPSETTING( 0x0008, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
+ PORT_SERVICE( 0x0008, IP_ACTIVE_LOW ) PORT_DIPLOCATION("DSWA:4")
PORT_DIPNAME( 0x0010, 0x0000, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("DSWA:5")
PORT_DIPSETTING( 0x0010, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )