From 413e511e121f44e033968dddc6f9a5514030b5b1 Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Mon, 27 Aug 2018 02:16:56 +0200 Subject: Update mastboyo.cpp Translated last two DIP switches... --- src/mame/drivers/mastboyo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mame/drivers') 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??? -- cgit v1.2.3