mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
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:
parent
325e6fe38c
commit
1096780358
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user