summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/cdp1869.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/cdp1869.cpp')
-rw-r--r--src/devices/sound/cdp1869.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdp1869.cpp b/src/devices/sound/cdp1869.cpp
index 7a76ed6d3d0..b9dae5d4884 100644
--- a/src/devices/sound/cdp1869.cpp
+++ b/src/devices/sound/cdp1869.cpp
@@ -56,7 +56,7 @@ enum
//**************************************************************************
// device type definition
-const device_type CDP1869 = &device_creator<cdp1869_device>;
+const device_type CDP1869 = device_creator<cdp1869_device>;
// I/O map
DEVICE_ADDRESS_MAP_START( io_map, 8, cdp1869_device )