diff options
Diffstat (limited to 'src/devices/bus/coco/coco_multi.h')
-rw-r--r-- | src/devices/bus/coco/coco_multi.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/bus/coco/coco_multi.h b/src/devices/bus/coco/coco_multi.h index eb66aee9660..f4f3ea23db5 100644 --- a/src/devices/bus/coco/coco_multi.h +++ b/src/devices/bus/coco/coco_multi.h @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Nathan Woods -#ifndef MAME_BUS_COCO_COCO_MULTIPAK_H -#define MAME_BUS_COCO_COCO_MULTIPAK_H +#ifndef MAME_BUS_COCO_COCO_MULTI_H +#define MAME_BUS_COCO_COCO_MULTI_H #pragma once @@ -9,5 +9,6 @@ // device type definition DECLARE_DEVICE_TYPE(COCO_MULTIPAK, device_cococart_interface) +DECLARE_DEVICE_TYPE(DRAGON_MULTIPAK, device_cococart_interface) -#endif // MAME_BUS_COCO_COCO_MULTIPAK_H +#endif // MAME_BUS_COCO_COCO_MULTI_H |