diff options
author | 2013-06-24 21:23:34 +0000 | |
---|---|---|
committer | 2013-06-24 21:23:34 +0000 | |
commit | 93800ee4976014690dde44354cbf2eb392422ced (patch) | |
tree | 6777ed9cadba679af4a0c42d6f2f86e21dd0f044 /src/mess/machine/pc_keyboards.c | |
parent | d6e097f160d36c97bbf55219f49d31abd6be6ba8 (diff) |
(MESS) ibm5150: Keyboard WIP. (nw)
Diffstat (limited to 'src/mess/machine/pc_keyboards.c')
-rw-r--r-- | src/mess/machine/pc_keyboards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/pc_keyboards.c b/src/mess/machine/pc_keyboards.c index 0c63fedd46a..5f31c7fc86e 100644 --- a/src/mess/machine/pc_keyboards.c +++ b/src/mess/machine/pc_keyboards.c @@ -1,15 +1,15 @@ #include "emu.h" #include "machine/pc_keyboards.h" -#include "machine/kb_ibm5160.h" #include "machine/kb_keytro.h" #include "machine/kb_msnat.h" -#include "machine/kb_pcat84.h" +#include "machine/kb_pc83.h" #include "machine/kb_pcxt83.h" +#include "machine/kb_pcat84.h" SLOT_INTERFACE_START(pc_xt_keyboards) SLOT_INTERFACE(STR_KBD_KEYTRONIC_PC3270, PC_KBD_KEYTRONIC_PC3270) - SLOT_INTERFACE(STR_KBD_IBM_5160, PC_KBD_IBM_5160) + SLOT_INTERFACE(STR_KBD_IBM_PC_83, PC_KBD_IBM_PC_83) SLOT_INTERFACE(STR_KBD_IBM_PC_XT_83, PC_KBD_IBM_PC_XT_83) SLOT_INTERFACE_END |