summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/grafex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/grafex.h')
-rw-r--r--src/devices/bus/a2bus/grafex.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/devices/bus/a2bus/grafex.h b/src/devices/bus/a2bus/grafex.h
new file mode 100644
index 00000000000..f21e32df44e
--- /dev/null
+++ b/src/devices/bus/a2bus/grafex.h
@@ -0,0 +1,21 @@
+// license:BSD-3-Clause
+// copyright-holders:R. Belmont, Rob Justice
+/*********************************************************************
+
+ grafex.h
+
+ Implementation of the Grafex-32 card
+
+*********************************************************************/
+
+#ifndef MAME_BUS_A2BUS_A2GRAFEX_H
+#define MAME_BUS_A2BUS_A2GRAFEX_H
+
+#pragma once
+
+#include "a2bus.h"
+
+// device type definition
+DECLARE_DEVICE_TYPE(A2BUS_GRAFEX, device_a2bus_card_interface)
+
+#endif // MAME_BUS_A2BUS_GRAFEX_H