summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author rfka01 <rfka01@users.noreply.github.com>2022-06-03 22:42:41 +0200
committer GitHub <noreply@github.com>2022-06-04 06:42:41 +1000
commitcd83335913a6cfe4aa2db720692fa34487b1d7a3 (patch)
tree0b366bfde7bd15b59a69ad8596aebdd945f0c101 /src/mame/machine
parentb0000df7fdc73a18352280b1e4e0e86d2a1e8c9c (diff)
machine/dmv_keyb.cpp: Corrected typo in DIP swithc label. (#9887)
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/dmv_keyb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dmv_keyb.cpp b/src/mame/machine/dmv_keyb.cpp
index 0acd35b9b41..a2a88666925 100644
--- a/src/mame/machine/dmv_keyb.cpp
+++ b/src/mame/machine/dmv_keyb.cpp
@@ -165,7 +165,7 @@ INPUT_PORTS_START( dmv_keyboard )
PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_START("COL.15")
- PORT_DIPNAME( 0x07, 0x00, "Lanuguage Code" )
+ PORT_DIPNAME( 0x07, 0x00, "Language Code" )
PORT_DIPSETTING( 0x00, "US English" )
PORT_DIPSETTING( 0x01, "UK/Int. English" )
PORT_DIPSETTING( 0x02, "Danish" )