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