machine/dmv_keyb.cpp: Corrected typo in DIP swithc label. (#9887)

This commit is contained in:
rfka01 2022-06-03 22:42:41 +02:00 committed by GitHub
parent b0000df7fd
commit cd83335913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ INPUT_PORTS_START( dmv_keyboard )
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED ) PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_START("COL.15") PORT_START("COL.15")
PORT_DIPNAME( 0x07, 0x00, "Lanuguage Code" ) PORT_DIPNAME( 0x07, 0x00, "Language Code" )
PORT_DIPSETTING( 0x00, "US English" ) PORT_DIPSETTING( 0x00, "US English" )
PORT_DIPSETTING( 0x01, "UK/Int. English" ) PORT_DIPSETTING( 0x01, "UK/Int. English" )
PORT_DIPSETTING( 0x02, "Danish" ) PORT_DIPSETTING( 0x02, "Danish" )