summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/s3520cf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/s3520cf.cpp')
-rw-r--r--src/devices/machine/s3520cf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/s3520cf.cpp b/src/devices/machine/s3520cf.cpp
index f0f80d4c7fa..d1e0235dcb7 100644
--- a/src/devices/machine/s3520cf.cpp
+++ b/src/devices/machine/s3520cf.cpp
@@ -24,7 +24,7 @@ TODO:
//**************************************************************************
// device type definition
-const device_type S3520CF = &device_creator<s3520cf_device>;
+const device_type S3520CF = device_creator<s3520cf_device>;
//**************************************************************************