diff options
Diffstat (limited to 'src/devices/bus/coco/dragon_fdc.h')
-rw-r--r-- | src/devices/bus/coco/dragon_fdc.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/devices/bus/coco/dragon_fdc.h b/src/devices/bus/coco/dragon_fdc.h new file mode 100644 index 00000000000..6377e867003 --- /dev/null +++ b/src/devices/bus/coco/dragon_fdc.h @@ -0,0 +1,13 @@ +// license:BSD-3-Clause +// copyright-holders:Nathan Woods + +#ifndef MAME_BUS_COCO_DRAGON_FDC_H +#define MAME_BUS_COCO_DRAGON_FDC_H + +#pragma once + +// device type definitions - Dragon FDC +extern const device_type DRAGON_FDC; +extern const device_type SDTANDY_FDC; + +#endif // MAME_BUS_COCO_DRAGON_FDC_H |