summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adam/ide.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adam/ide.cpp')
-rw-r--r--src/devices/bus/adam/ide.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/adam/ide.cpp b/src/devices/bus/adam/ide.cpp
index 68d7477cc6d..b49777663c4 100644
--- a/src/devices/bus/adam/ide.cpp
+++ b/src/devices/bus/adam/ide.cpp
@@ -35,7 +35,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type ADAM_IDE = &device_creator<powermate_ide_device>;
+const device_type ADAM_IDE = device_creator<powermate_ide_device>;
//-------------------------------------------------