summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc_keyboards.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/pc_keyboards.h')
-rw-r--r--src/mess/machine/pc_keyboards.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/machine/pc_keyboards.h b/src/mess/machine/pc_keyboards.h
index 91639e2f4ee..2b95e323990 100644
--- a/src/mess/machine/pc_keyboards.h
+++ b/src/mess/machine/pc_keyboards.h
@@ -10,8 +10,8 @@
// PC XT protocol keyboards
#define STR_KBD_KEYTRONIC_PC3270 "keytronc_pc3270"
-#define STR_KBD_IBM_PC_83 "pc"
-#define STR_KBD_IBM_PC_XT_83 "pcxt"
+#define STR_KBD_IBM_PC_83 "pc"
+#define STR_KBD_IBM_PC_XT_83 "pcxt"
SLOT_INTERFACE_EXTERN(pc_xt_keyboards);
@@ -19,8 +19,8 @@ SLOT_INTERFACE_EXTERN(pc_xt_keyboards);
// Reuses STR_KBD_KEYTRONIC_PC3270 (same keyboard in AT protocol mode by default)
#define STR_KBD_MICROSOFT_NATURAL "ms_naturl"
-#define STR_KBD_IBM_PC_AT_84 "pcat"
-#define STR_KBD_IBM_3270PC_122 "3270pc"
+#define STR_KBD_IBM_PC_AT_84 "pcat"
+#define STR_KBD_IBM_3270PC_122 "3270pc"
SLOT_INTERFACE_EXTERN(pc_at_keyboards);