summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/kc/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/kc/rom.cpp')
-rw-r--r--src/devices/bus/kc/rom.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/kc/rom.cpp b/src/devices/bus/kc/rom.cpp
index 6c2c4b85292..027b7347398 100644
--- a/src/devices/bus/kc/rom.cpp
+++ b/src/devices/bus/kc/rom.cpp
@@ -30,9 +30,9 @@ ROM_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type KC_STANDARD = &device_creator<kc_8k_device>;
-const device_type KC_M006 = &device_creator<kc_m006_device>;
-const device_type KC_M033 = &device_creator<kc_m033_device>;
+const device_type KC_STANDARD = device_creator<kc_8k_device>;
+const device_type KC_M006 = device_creator<kc_m006_device>;
+const device_type KC_M033 = device_creator<kc_m033_device>;
//**************************************************************************
// LIVE DEVICE