summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd7759.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd7759.h')
-rw-r--r--src/devices/sound/upd7759.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd7759.h b/src/devices/sound/upd7759.h
index 6c41e4b0f43..ab128998f8e 100644
--- a/src/devices/sound/upd7759.h
+++ b/src/devices/sound/upd7759.h
@@ -142,6 +142,6 @@ DECLARE_DEVICE_TYPE(UPD7759, upd7759_device)
DECLARE_DEVICE_TYPE(UPD7756, upd7756_device)
#define MCFG_UPD7759_DRQ_CALLBACK(_write) \
- devcb = &downcast<upd7759_device &>(*device).set_drq_callback(DEVCB_##_write);
+ downcast<upd7759_device &>(*device).set_drq_callback(DEVCB_##_write);
#endif // MAME_SOUND_UPD7759_H