diff options
Diffstat (limited to 'src/devices/bus/coco/coco_t4426.h')
-rw-r--r-- | src/devices/bus/coco/coco_t4426.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/devices/bus/coco/coco_t4426.h b/src/devices/bus/coco/coco_t4426.h new file mode 100644 index 00000000000..415b16f50de --- /dev/null +++ b/src/devices/bus/coco/coco_t4426.h @@ -0,0 +1,12 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods + +#ifndef MAME_BUS_COCO_COCO_T4426_H +#define MAME_BUS_COCO_COCO_T4426_H + +#pragma once + +// device type definition +extern const device_type COCO_T4426; + +#endif // MAME_BUS_COCO_COCO_T4426_H |