summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn/atom/vdu80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/acorn/atom/vdu80.h')
-rw-r--r--src/devices/bus/acorn/atom/vdu80.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/bus/acorn/atom/vdu80.h b/src/devices/bus/acorn/atom/vdu80.h
new file mode 100644
index 00000000000..cd0ac808a18
--- /dev/null
+++ b/src/devices/bus/acorn/atom/vdu80.h
@@ -0,0 +1,14 @@
+// license:BSD-3-Clause
+// copyright-holders:Nigel Barnes
+#ifndef MAME_BUS_ACORN_ATOM_VDU80_H
+#define MAME_BUS_ACORN_ATOM_VDU80_H
+
+#pragma once
+
+#include "bus/acorn/bus.h"
+
+
+// device type definition
+DECLARE_DEVICE_TYPE(ATOM_VDU80, device_acorn_bus_interface)
+
+#endif // MAME_BUS_ACORN_ATOM_VDU80_H