summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/lc7535.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/lc7535.h')
-rw-r--r--src/devices/sound/lc7535.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/lc7535.h b/src/devices/sound/lc7535.h
index bc3da9dc9c8..7b58f48ba37 100644
--- a/src/devices/sound/lc7535.h
+++ b/src/devices/sound/lc7535.h
@@ -32,7 +32,7 @@
//**************************************************************************
#define MCFG_LC7535_SELECT_CB(_read) \
- devcb = &downcast<lc7535_device &>(*device).set_select_callback(DEVCB_##_read);
+ downcast<lc7535_device &>(*device).set_select_callback(DEVCB_##_read);
#define MCFG_LC7535_VOLUME_CB(_class, _method) \
downcast<lc7535_device &>(*device).set_volume_callback(lc7535_device::volume_delegate(&_class::_method, #_class "::" #_method, this));