summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/kc/d004.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/kc/d004.cpp')
-rw-r--r--src/devices/bus/kc/d004.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/kc/d004.cpp b/src/devices/bus/kc/d004.cpp
index d698ec9b970..1a08758310e 100644
--- a/src/devices/bus/kc/d004.cpp
+++ b/src/devices/bus/kc/d004.cpp
@@ -117,8 +117,8 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type KC_D004 = &device_creator<kc_d004_device>;
-const device_type KC_D004_GIDE = &device_creator<kc_d004_gide_device>;
+const device_type KC_D004 = device_creator<kc_d004_device>;
+const device_type KC_D004_GIDE = device_creator<kc_d004_gide_device>;
//**************************************************************************
// LIVE DEVICE