mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
Update mastboyo.cpp
Translated last two DIP switches...
This commit is contained in:
parent
badc06d1f5
commit
d3bc15e45b
@ -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???
|
||||
|
Loading…
Reference in New Issue
Block a user