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

#include "cococart.h"

#pragma once

// device type definitions - Dragon FDC
DECLARE_DEVICE_TYPE(DRAGON_FDC, device_cococart_interface)
DECLARE_DEVICE_TYPE(SDTANDY_FDC, device_cococart_interface)
DECLARE_DEVICE_TYPE(PREMIER_FDC, device_cococart_interface)

#endif // MAME_BUS_COCO_DRAGON_FDC_H