summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/harddriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/harddriv.cpp')
-rw-r--r--src/devices/imagedev/harddriv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/harddriv.cpp b/src/devices/imagedev/harddriv.cpp
index 355b43bcb65..01b773d91f5 100644
--- a/src/devices/imagedev/harddriv.cpp
+++ b/src/devices/imagedev/harddriv.cpp
@@ -32,7 +32,7 @@ static const char *hd_option_spec =
// device type definition
-const device_type HARDDISK = &device_creator<harddisk_image_device>;
+const device_type HARDDISK = device_creator<harddisk_image_device>;
//-------------------------------------------------
// harddisk_image_device - constructor