summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/s100/polyvti.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/s100/polyvti.h')
-rw-r--r--src/devices/bus/s100/polyvti.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/devices/bus/s100/polyvti.h b/src/devices/bus/s100/polyvti.h
new file mode 100644
index 00000000000..dcc9efe3d46
--- /dev/null
+++ b/src/devices/bus/s100/polyvti.h
@@ -0,0 +1,18 @@
+// license:BSD-3-Clause
+// copyright-holders:AJR
+/**********************************************************************
+
+ PolyMorphic Systems Video Terminal Interface
+
+**********************************************************************/
+
+#ifndef MAME_BUS_S100_POLYVTI_H
+#define MAME_BUS_S100_POLYVTI_H
+
+#pragma once
+
+#include "bus/s100/s100.h"
+
+DECLARE_DEVICE_TYPE(S100_POLY_VTI, device_s100_card_interface)
+
+#endif // MAME_BUS_S100_POLYVTI_H