summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/zsg2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/zsg2.h')
-rw-r--r--src/devices/sound/zsg2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/zsg2.h b/src/devices/sound/zsg2.h
index 572e551fa4b..0cd4479dca1 100644
--- a/src/devices/sound/zsg2.h
+++ b/src/devices/sound/zsg2.h
@@ -20,7 +20,7 @@
MCFG_DEVICE_REPLACE(_tag, ZSG2, _clock)
#define MCFG_ZSG2_EXT_READ_HANDLER(_devcb) \
- devcb = &downcast<zsg2_device &>(*device).set_ext_read_handler(DEVCB_##_devcb);
+ downcast<zsg2_device &>(*device).set_ext_read_handler(DEVCB_##_devcb);
// ======================> zsg2_device