summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/c140.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/c140.cpp')
-rw-r--r--src/devices/sound/c140.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/c140.cpp b/src/devices/sound/c140.cpp
index b296dc2d57f..42bebcf452d 100644
--- a/src/devices/sound/c140.cpp
+++ b/src/devices/sound/c140.cpp
@@ -67,7 +67,7 @@ struct voice_registers
// device type definition
-const device_type C140 = &device_creator<c140_device>;
+const device_type C140 = device_creator<c140_device>;
//**************************************************************************