summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/seals8k.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-14 22:57:47 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-14 22:58:06 -0500
commit5334d77c7853d838532bc01f9c9a3db6fb96f6e4 (patch)
tree9da622a1444e24d8a526ad1c697d1b16a2861143 /src/devices/bus/s100/seals8k.h
parentc6654f04eeeb0158e11731c93e9b1c96ccc6799a (diff)
Add Seals 8K SC Memory Board to S-100 bus emulation
Diffstat (limited to 'src/devices/bus/s100/seals8k.h')
-rw-r--r--src/devices/bus/s100/seals8k.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/devices/bus/s100/seals8k.h b/src/devices/bus/s100/seals8k.h
new file mode 100644
index 00000000000..6c0cf8f05c2
--- /dev/null
+++ b/src/devices/bus/s100/seals8k.h
@@ -0,0 +1,17 @@
+// license:BSD-3-Clause
+// copyright-holders:AJR
+/**********************************************************************
+
+ Seals Electronics 8K SC RAM board
+
+**********************************************************************/
+
+#ifndef MAME_BUS_S100_8K_SC_H
+#define MAME_BUS_S100_8K_SC_H
+
+#pragma once
+
+extern device_type S100_8K_SC;
+extern device_type S100_8K_SC_BB;
+
+#endif // MAME_BUS_S100_8K_SC_H