summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd2010.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd2010.cpp')
-rw-r--r--src/devices/machine/wd2010.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd2010.cpp b/src/devices/machine/wd2010.cpp
index 6bd76a488e7..8ed394f5b60 100644
--- a/src/devices/machine/wd2010.cpp
+++ b/src/devices/machine/wd2010.cpp
@@ -132,7 +132,7 @@ static const int SECTOR_SIZES[4] = { 256, 512, 1024, 128 };
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type WD2010 = &device_creator<wd2010_device>;
+const device_type WD2010 = device_creator<wd2010_device>;
//**************************************************************************