summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_multi.h
blob: 94e9c6bbc05aef9cffd85c6a169b8063bdf34fe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
#ifndef MAME_BUS_COCO_COCO_MULTIPAK_H
#define MAME_BUS_COCO_COCO_MULTIPAK_H

#pragma once

#include "cococart.h"

// 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