summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/hd61700/hd61700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/hd61700/hd61700.cpp')
-rw-r--r--src/devices/cpu/hd61700/hd61700.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/hd61700/hd61700.cpp b/src/devices/cpu/hd61700/hd61700.cpp
index c7c646a7a4b..92201470a6c 100644
--- a/src/devices/cpu/hd61700/hd61700.cpp
+++ b/src/devices/cpu/hd61700/hd61700.cpp
@@ -95,7 +95,7 @@ static const uint16_t irq_vector[] = {0x0032, 0x0042, 0x0052, 0x0062, 0x0072};
// HD61700 DEVICE
//**************************************************************************
-const device_type HD61700 = &device_creator<hd61700_cpu_device>;
+const device_type HD61700 = device_creator<hd61700_cpu_device>;
//-------------------------------------------------
// hd61700_cpu_device - constructor