summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_fdc.h')
-rw-r--r--src/devices/bus/coco/coco_fdc.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/devices/bus/coco/coco_fdc.h b/src/devices/bus/coco/coco_fdc.h
index c596dfeef33..dfd78f813f8 100644
--- a/src/devices/bus/coco/coco_fdc.h
+++ b/src/devices/bus/coco/coco_fdc.h
@@ -4,7 +4,7 @@
coco_fdc.h
- CoCo/Dragon Floppy Disk Controller
+ CoCo/Dragon Floppy Disk Controller base classes
*********************************************************************/
@@ -74,14 +74,4 @@ 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;
-
-// device type definitions - Dragon FDC
-extern const device_type DRAGON_FDC;
-extern const device_type SDTANDY_FDC;
-
#endif // MAME_BUS_COCO_COCO_FDC_H