summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ss50/mpc.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-01 16:56:20 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-01 16:57:15 -0500
commit112fbd83abe96bb2a6358528087ee35fd511b48e (patch)
tree31c8b3c50ddaf74fa5eeaad397254c6226202f7f /src/devices/bus/ss50/mpc.h
parente3f1973246d549cefbd041fbbd51d0f941ad39a7 (diff)
Clones promoted to working
-------------------------- SWTPC 6800 Computer System (with MIKBUG) [AJR]
Diffstat (limited to 'src/devices/bus/ss50/mpc.h')
-rw-r--r--src/devices/bus/ss50/mpc.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/bus/ss50/mpc.h b/src/devices/bus/ss50/mpc.h
new file mode 100644
index 00000000000..2e769932b0c
--- /dev/null
+++ b/src/devices/bus/ss50/mpc.h
@@ -0,0 +1,14 @@
+// license:BSD-3-Clause
+// copyright-holders:AJR
+/**********************************************************************
+
+ SWTPC MP-C Serial Control Interface
+
+**********************************************************************/
+
+#ifndef MAME_DEVICE_BUS_SS50_MPC_H
+#define MAME_DEVICE_BUS_SS50_MPC_H
+
+extern const device_type SS50_MPC;
+
+#endif // MAME_DEVICE_BUS_SS50_MPC_H