summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/fdc.cpp')
-rw-r--r--src/devices/bus/comx35/fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/fdc.cpp b/src/devices/bus/comx35/fdc.cpp
index 93f2b8452ef..8550fe414ec 100644
--- a/src/devices/bus/comx35/fdc.cpp
+++ b/src/devices/bus/comx35/fdc.cpp
@@ -58,7 +58,7 @@ Notes:
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type COMX_FD = &device_creator<comx_fd_device>;
+const device_type COMX_FD = device_creator<comx_fd_device>;
//-------------------------------------------------