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