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