Novo Play and Inter Games sets: Switch language DSW from DEUTSCHE to GERMAN.

This commit is contained in:
Roberto Fresca 2023-12-07 19:16:33 +01:00
parent c2330affb5
commit c3b3b4d3db

View File

@ -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 ) )