summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c8050fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c8050fdc.cpp')
-rw-r--r--src/devices/bus/ieee488/c8050fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/c8050fdc.cpp b/src/devices/bus/ieee488/c8050fdc.cpp
index 0821d6a1bf7..ae0fe558153 100644
--- a/src/devices/bus/ieee488/c8050fdc.cpp
+++ b/src/devices/bus/ieee488/c8050fdc.cpp
@@ -40,7 +40,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type C8050_FDC = &device_creator<c8050_fdc_t>;
+const device_type C8050_FDC = device_creator<c8050_fdc_t>;
//-------------------------------------------------