diff options
Diffstat (limited to 'src/devices/bus/coco/coco_fdc.h')
-rw-r--r-- | src/devices/bus/coco/coco_fdc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/bus/coco/coco_fdc.h b/src/devices/bus/coco/coco_fdc.h index 4cfc2e5a886..11343ec2610 100644 --- a/src/devices/bus/coco/coco_fdc.h +++ b/src/devices/bus/coco/coco_fdc.h @@ -60,4 +60,11 @@ private: bool m_drq; }; +// device type definitions - CoCo FDC +extern const device_type COCO_FDC; +extern const device_type COCO_FDC_V11; +extern const device_type COCO3_HDB1; +extern const device_type CP400_FDC; +extern const device_type CD6809_FDC; + #endif // MAME_BUS_COCO_COCO_FDC_H |