summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/scsi/d9060hd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/scsi/d9060hd.cpp')
-rw-r--r--src/devices/bus/scsi/d9060hd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/scsi/d9060hd.cpp b/src/devices/bus/scsi/d9060hd.cpp
index 3ee1dc91365..3f3b4a70ce1 100644
--- a/src/devices/bus/scsi/d9060hd.cpp
+++ b/src/devices/bus/scsi/d9060hd.cpp
@@ -9,7 +9,7 @@
#include "d9060hd.h"
// device type definition
-const device_type D9060HD = &device_creator<d9060hd_device>;
+const device_type D9060HD = device_creator<d9060hd_device>;
d9060hd_device::d9060hd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: scsihd_device(mconfig, D9060HD, "D9060HD", tag, owner, clock, "d9060hd", __FILE__)