diff options
Diffstat (limited to 'src/devices/bus/coco/coco_max.h')
-rw-r--r-- | src/devices/bus/coco/coco_max.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/devices/bus/coco/coco_max.h b/src/devices/bus/coco/coco_max.h new file mode 100644 index 00000000000..22e592cff25 --- /dev/null +++ b/src/devices/bus/coco/coco_max.h @@ -0,0 +1,14 @@ +// license:BSD-3-Clause +// copyright-holders:tim lindner +#ifndef MAME_BUS_COCO_COCO_MAX_H +#define MAME_BUS_COCO_COCO_MAX_H + +#pragma once + +#include "cococart.h" + +// device type definition +DECLARE_DEVICE_TYPE(COCO_PAK_MAX, device_cococart_interface) + +#endif // MAME_BUS_COCO_COCO_MAX_H + |