summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mastboyo.cpp
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2018-08-27 02:16:56 +0200
committer Vas Crabb <vas@vastheman.com>2018-08-27 17:48:22 +1000
commit413e511e121f44e033968dddc6f9a5514030b5b1 (patch)
treea64b63dfc68f633871e380b03f30b5d037919765 /src/mame/drivers/mastboyo.cpp
parent0fb70e2a2c1711d46e223f46280163817af724c7 (diff)
Update mastboyo.cpp
Translated last two DIP switches...
Diffstat (limited to 'src/mame/drivers/mastboyo.cpp')
-rw-r--r--src/mame/drivers/mastboyo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mastboyo.cpp b/src/mame/drivers/mastboyo.cpp
index c8c71205d4e..fe365c77a3b 100644
--- a/src/mame/drivers/mastboyo.cpp
+++ b/src/mame/drivers/mastboyo.cpp
@@ -162,10 +162,10 @@ static INPUT_PORTS_START( mastboyo )
PORT_DIPSETTING( 0x10, "3" )
PORT_DIPSETTING( 0x20, "4" )
PORT_DIPSETTING( 0x30, "6" )
- PORT_DIPNAME( 0x40, 0x40, "Con Reclamo" )
+ PORT_DIPNAME( 0x40, 0x40, "Attract Music" ) // From manual... 'Con Reclamo'
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x80, 0x80, "Test Inicial" )
+ PORT_DIPNAME( 0x80, 0x80, "Test Mode" ) // From manual... 'Test Inicial'
PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
// PORT_SERVICE( 0x80, IP_ACTIVE_LOW ) <--- Why to mask and hide the test mode???