diff options
author | 2017-12-02 16:41:25 -0500 | |
---|---|---|
committer | 2017-12-02 16:41:25 -0500 | |
commit | 06f39ea31007ee0ff01115eef29a2a7bca827e1f (patch) | |
tree | 497aa8ba130f6697f3107efc1ad8cf588a904b48 /src/devices/bus/coco/coco_fdc.h | |
parent | 377a83bf8a04246fb8035cd5e27a77a8218b742c (diff) | |
parent | fd9ce72783df0361efee7d48906d70f2d3e3390a (diff) |
Merge pull request #2872 from felipesanches/cp450
fixing/improving metadata on CoCo FDCs: CP-450 and CD-6809
Diffstat (limited to 'src/devices/bus/coco/coco_fdc.h')
-rw-r--r-- | src/devices/bus/coco/coco_fdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_fdc.h b/src/devices/bus/coco/coco_fdc.h index 11343ec2610..7ca2ca9e6fe 100644 --- a/src/devices/bus/coco/coco_fdc.h +++ b/src/devices/bus/coco/coco_fdc.h @@ -64,7 +64,7 @@ private: 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 CP450_FDC; extern const device_type CD6809_FDC; #endif // MAME_BUS_COCO_COCO_FDC_H |