seta.cpp: Improve madshark DIP switch description. [cam900]

The DIP switch doesn't change any regional licensing warnings or
messages, all it does is change select between English and traditional
Chinese title.  It's better to explicitly document what the switch does.
This commit is contained in:
Vas Crabb 2020-08-14 13:31:58 +10:00
parent 325e6fe38c
commit 1096780358

View File

@ -5219,9 +5219,9 @@ static INPUT_PORTS_START( madshark )
PORT_DIPNAME( 0x0040, 0x0040, DEF_STR( Unused ) )
PORT_DIPSETTING( 0x0040, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0080, 0x0000, "Country" )
PORT_DIPSETTING( 0x0080, DEF_STR( Japan ) )
PORT_DIPSETTING( 0x0000, DEF_STR( World ) )
PORT_DIPNAME( 0x0080, 0x0000, "Title Language" )
PORT_DIPSETTING( 0x0080, "English" )
PORT_DIPSETTING( 0x0000, "Traditional Chinese" )
PORT_START("DSW") //2 DSWs
PORT_DIPNAME( 0x0001, 0x0001, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW2:1")