summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mm5837.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mm5837.h')
-rw-r--r--src/devices/sound/mm5837.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/mm5837.h b/src/devices/sound/mm5837.h
index 171cae609c4..388330190da 100644
--- a/src/devices/sound/mm5837.h
+++ b/src/devices/sound/mm5837.h
@@ -32,7 +32,7 @@
downcast<mm5837_device &>(*device).set_vdd_voltage(_voltage);
#define MCFG_MM5837_OUTPUT_CB(_devcb) \
- devcb = &downcast<mm5837_device &>(*device).set_output_callback(DEVCB_##_devcb);
+ downcast<mm5837_device &>(*device).set_output_callback(DEVCB_##_devcb);
//**************************************************************************