diff options
author | 2013-06-21 16:44:45 +0000 | |
---|---|---|
committer | 2013-06-21 16:44:45 +0000 | |
commit | 0787f1e2a08afc72898536f91312e9b4cc66563f (patch) | |
tree | 40a561b3b296891d8cccdfeb66a5382e9d4d2fb5 /src/mess/machine/pc_keyboards.c | |
parent | 3a7c6bac73c3424326b94d99381fca290bfc256b (diff) |
(MESS) ibm5150: Added skeleton for the IBM PC/XT 83-key keyboard. [John Elliot, Curt Coder]
Diffstat (limited to 'src/mess/machine/pc_keyboards.c')
-rw-r--r-- | src/mess/machine/pc_keyboards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/pc_keyboards.c b/src/mess/machine/pc_keyboards.c index 91f2b044aff..8b508d6b916 100644 --- a/src/mess/machine/pc_keyboards.c +++ b/src/mess/machine/pc_keyboards.c @@ -3,9 +3,11 @@ #include "machine/pc_keyboards.h" #include "machine/kb_keytro.h" #include "machine/kb_msnat.h" +#include "machine/kb_pcxt83.h" SLOT_INTERFACE_START(pc_xt_keyboards) SLOT_INTERFACE(STR_KBD_KEYTRONIC_PC3270, PC_KBD_KEYTRONIC_PC3270) + SLOT_INTERFACE(STR_KBD_IBM_PC_XT_83, PC_KBD_IBM_PC_XT_83) SLOT_INTERFACE_END |