summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/pc_keyboards.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-06-23 19:26:07 +0000
committer Curt Coder <curtcoder@mail.com>2013-06-23 19:26:07 +0000
commit0999cde96f1dea07a41e910590b2066417fc1f70 (patch)
tree2a9dc6aeb82c590b64d7d2e869c51184da0b3bbb /src/mess/machine/pc_keyboards.c
parent0af80375b9a9fd14565afe39cb828826bd63a404 (diff)
(MESS) ibm5170: Added skeleton for the IBM PC/AT and 3270PC keyboards. [John Elliot, Curt Coder]
Diffstat (limited to 'src/mess/machine/pc_keyboards.c')
-rw-r--r--src/mess/machine/pc_keyboards.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/machine/pc_keyboards.c b/src/mess/machine/pc_keyboards.c
index f27e6b26383..0c63fedd46a 100644
--- a/src/mess/machine/pc_keyboards.c
+++ b/src/mess/machine/pc_keyboards.c
@@ -4,6 +4,7 @@
#include "machine/kb_ibm5160.h"
#include "machine/kb_keytro.h"
#include "machine/kb_msnat.h"
+#include "machine/kb_pcat84.h"
#include "machine/kb_pcxt83.h"
SLOT_INTERFACE_START(pc_xt_keyboards)
@@ -16,4 +17,6 @@ SLOT_INTERFACE_END
SLOT_INTERFACE_START(pc_at_keyboards)
SLOT_INTERFACE(STR_KBD_KEYTRONIC_PC3270, PC_KBD_KEYTRONIC_PC3270_AT)
SLOT_INTERFACE(STR_KBD_MICROSOFT_NATURAL, PC_KBD_MICROSOFT_NATURAL)
+ SLOT_INTERFACE(STR_KBD_IBM_PC_AT_84, PC_KBD_IBM_PC_AT_84)
+ SLOT_INTERFACE(STR_KBD_IBM_3270PC_122, PC_KBD_IBM_3270PC_122)
SLOT_INTERFACE_END