summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_fdc.cpp')
-rw-r--r--src/devices/bus/coco/coco_fdc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/coco/coco_fdc.cpp b/src/devices/bus/coco/coco_fdc.cpp
index 8846f386aef..1af110cacb2 100644
--- a/src/devices/bus/coco/coco_fdc.cpp
+++ b/src/devices/bus/coco/coco_fdc.cpp
@@ -428,7 +428,7 @@ namespace
};
}
-const device_type COCO_FDC = &device_creator<coco_fdc_device>;
+const device_type COCO_FDC = device_creator<coco_fdc_device>;
//**************************************************************************
@@ -463,7 +463,7 @@ namespace
};
};
-const device_type COCO_FDC_V11 = &device_creator<coco_fdc_v11_device>;
+const device_type COCO_FDC_V11 = device_creator<coco_fdc_v11_device>;
//**************************************************************************
@@ -498,7 +498,7 @@ namespace
};
};
-const device_type COCO3_HDB1 = &device_creator<coco3_hdb1_device>;
+const device_type COCO3_HDB1 = device_creator<coco3_hdb1_device>;
//**************************************************************************
// CP400 FDC
@@ -529,4 +529,4 @@ namespace
};
};
-const device_type CP400_FDC = &device_creator<cp400_fdc_device>;
+const device_type CP400_FDC = device_creator<cp400_fdc_device>;