summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/3526intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/3526intf.h')
-rw-r--r--src/devices/sound/3526intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/3526intf.h b/src/devices/sound/3526intf.h
index 24b77d16fbf..bba99b7f2b9 100644
--- a/src/devices/sound/3526intf.h
+++ b/src/devices/sound/3526intf.h
@@ -7,7 +7,7 @@
#define MCFG_YM3526_IRQ_HANDLER(cb) \
- devcb = &downcast<ym3526_device &>(*device).set_irq_handler((DEVCB_##cb));
+ downcast<ym3526_device &>(*device).set_irq_handler((DEVCB_##cb));
class ym3526_device : public device_t, public device_sound_interface
{