summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd1771.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd1771.h')
-rw-r--r--src/devices/sound/upd1771.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd1771.h b/src/devices/sound/upd1771.h
index 704ea7aecb0..aa570528ed5 100644
--- a/src/devices/sound/upd1771.h
+++ b/src/devices/sound/upd1771.h
@@ -11,7 +11,7 @@
#define MCFG_UPD1771_ACK_HANDLER(_devcb) \
- devcb = &downcast<upd1771c_device &>(*device).set_ack_handler(DEVCB_##_devcb);
+ downcast<upd1771c_device &>(*device).set_ack_handler(DEVCB_##_devcb);
/***************************************************************************