summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_gmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_gmc.h')
-rw-r--r--src/devices/bus/coco/coco_gmc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/devices/bus/coco/coco_gmc.h b/src/devices/bus/coco/coco_gmc.h
new file mode 100644
index 00000000000..1f1ec6654c8
--- /dev/null
+++ b/src/devices/bus/coco/coco_gmc.h
@@ -0,0 +1,11 @@
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods
+#ifndef MAME_BUS_COCO_COCO_GMC_H
+#define MAME_BUS_COCO_COCO_GMC_H
+
+#pragma once
+
+// device type definition
+extern const device_type COCO_PAK_GMC;
+
+#endif // MAME_BUS_COCO_COCO_GMC_H