summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c2040fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c2040fdc.cpp')
-rw-r--r--src/devices/bus/ieee488/c2040fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/c2040fdc.cpp b/src/devices/bus/ieee488/c2040fdc.cpp
index 1d49dc6aec9..493cdb8ee69 100644
--- a/src/devices/bus/ieee488/c2040fdc.cpp
+++ b/src/devices/bus/ieee488/c2040fdc.cpp
@@ -38,7 +38,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C2040_FDC = &device_creator<c2040_fdc_t>;
+const device_type C2040_FDC = device_creator<c2040_fdc_t>;
//-------------------------------------------------