summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mackbd/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/mackbd/keyboard.h')
-rw-r--r--src/devices/bus/mackbd/keyboard.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/devices/bus/mackbd/keyboard.h b/src/devices/bus/mackbd/keyboard.h
new file mode 100644
index 00000000000..6b051081835
--- /dev/null
+++ b/src/devices/bus/mackbd/keyboard.h
@@ -0,0 +1,21 @@
+// license: BSD-3-Clause
+// copyright-holders: Vas Crabb
+/***************************************************************************
+
+ Apple M0110/M0120 keyboard/keypad
+
+***************************************************************************/
+#ifndef MAME_BUS_MACKBD_KEYBOARD_H
+#define MAME_BUS_MACKBD_KEYBOARD_H
+
+#pragma once
+
+#include "mackbd.h"
+
+DECLARE_DEVICE_TYPE(MACKBD_M0110, device_mac_keyboard_interface)
+DECLARE_DEVICE_TYPE(MACKBD_M0110B, device_mac_keyboard_interface)
+DECLARE_DEVICE_TYPE(MACKBD_M0110F, device_mac_keyboard_interface)
+
+DECLARE_DEVICE_TYPE(MACKBD_M0120, device_mac_keyboard_interface)
+
+#endif // MAME_BUS_MACKBD_KEYBOARD_H