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