Update mastboyo.cpp

Translated last two DIP switches...
This commit is contained in:
Roberto Fresca 2018-08-27 02:16:56 +02:00 committed by GitHub
parent badc06d1f5
commit d3bc15e45b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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???