summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/archimedes/podule/scanlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/archimedes/podule/scanlight.h')
-rw-r--r--src/devices/bus/archimedes/podule/scanlight.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/devices/bus/archimedes/podule/scanlight.h b/src/devices/bus/archimedes/podule/scanlight.h
new file mode 100644
index 00000000000..d5b31006b98
--- /dev/null
+++ b/src/devices/bus/archimedes/podule/scanlight.h
@@ -0,0 +1,22 @@
+// license:BSD-3-Clause
+// copyright-holders:Nigel Barnes
+/**********************************************************************
+
+ Computer Concepts Scanner Interface
+
+**********************************************************************/
+
+#ifndef MAME_BUS_ARCHIMEDES_PODULE_SCANLIGHT_H
+#define MAME_BUS_ARCHIMEDES_PODULE_SCANLIGHT_H
+
+#pragma once
+
+#include "slot.h"
+
+// device type definition
+DECLARE_DEVICE_TYPE(ARC_SCANLIGHT, device_archimedes_podule_interface)
+DECLARE_DEVICE_TYPE(ARC_SCANJUNIOR, device_archimedes_podule_interface)
+DECLARE_DEVICE_TYPE(ARC_SCANJUNIOR3, device_archimedes_podule_interface)
+DECLARE_DEVICE_TYPE(ARC_SCANVIDEO, device_archimedes_podule_interface)
+
+#endif // MAME_BUS_ARCHIMEDES_PODULE_SCANLIGHT_H