mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
This reverts commit 4b97bf3b9a
.
This commit is contained in:
parent
89ea2ff585
commit
0297949915
@ -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, "Title Language" )
|
||||
PORT_DIPSETTING( 0x0080, "Chinese Character" ) // Japan release is "マッド・シャーク(Mad Shark)"
|
||||
PORT_DIPSETTING( 0x0000, "English" )
|
||||
PORT_DIPNAME( 0x0080, 0x0000, "Country" )
|
||||
PORT_DIPSETTING( 0x0080, DEF_STR( Japan ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( World ) )
|
||||
|
||||
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