summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/qx10kbd.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-02-15 01:29:27 +0000
committer smf- <smf-@users.noreply.github.com>2014-02-15 01:29:27 +0000
commitb37d92de7246ff7da31a235b996e89db6f8c8d22 (patch)
tree616a8439278f4ff3331b677c9b841ed71657290a /src/mess/machine/qx10kbd.h
parent88bc8a4673a710bdcdd2640f39b3b33bc2b76ab0 (diff)
created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
Diffstat (limited to 'src/mess/machine/qx10kbd.h')
-rw-r--r--src/mess/machine/qx10kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/qx10kbd.h b/src/mess/machine/qx10kbd.h
index 4afc512f950..07e83a397da 100644
--- a/src/mess/machine/qx10kbd.h
+++ b/src/mess/machine/qx10kbd.h
@@ -2,7 +2,7 @@
#define QX10KBD_H_
#include "emu.h"
-#include "machine/keyboard.h"
+#include "bus/rs232/keyboard.h"
#define MCFG_QX10_KEYBOARD_ADD(_tag, _intrf) \
MCFG_DEVICE_ADD(_tag, QX10_KEYBOARD, 1200) \