mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Novo Play and Inter Games sets: Switch language DSW from DEUTSCHE to GERMAN.
This commit is contained in:
parent
c2330affb5
commit
c3b3b4d3db
@ -3062,7 +3062,7 @@ static INPUT_PORTS_START( intrgmes )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x04, 0x04, "Language" ) PORT_DIPLOCATION("SW1:6")
|
||||
PORT_DIPSETTING( 0x04, "English" )
|
||||
PORT_DIPSETTING( 0x00, "Deutsche" )
|
||||
PORT_DIPSETTING( 0x00, "German" )
|
||||
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:5")
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
@ -3093,7 +3093,7 @@ static INPUT_PORTS_START( novop_ab )
|
||||
PORT_DIPNAME( 0x0c, 0x0c, "Language" ) PORT_DIPLOCATION("SW1:6,5")
|
||||
PORT_DIPSETTING( 0x00, "English" )
|
||||
PORT_DIPSETTING( 0x04, "Hungarian" )
|
||||
PORT_DIPSETTING( 0x08, "Deutsche" )
|
||||
PORT_DIPSETTING( 0x08, "German" )
|
||||
PORT_DIPSETTING( 0x0c, "English" )
|
||||
PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW1:4")
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
|
||||
|
Loading…
Reference in New Issue
Block a user