summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/msm5232.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/msm5232.h')
-rw-r--r--src/devices/sound/msm5232.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/msm5232.h b/src/devices/sound/msm5232.h
index 0010999dedf..11e68c6ec02 100644
--- a/src/devices/sound/msm5232.h
+++ b/src/devices/sound/msm5232.h
@@ -10,7 +10,7 @@
downcast<msm5232_device &>(*device).set_capacitors(_a, _b, _c, _d, _e, _f, _g, _h);
#define MCFG_MSM5232_GATE_HANDLER_CB(_devcb) \
- devcb = &downcast<msm5232_device &>(*device).set_gate_handler_callback(DEVCB_##_devcb);
+ downcast<msm5232_device &>(*device).set_gate_handler_callback(DEVCB_##_devcb);
class msm5232_device : public device_t,