summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf271.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf271.h')
-rw-r--r--src/devices/sound/ymf271.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymf271.h b/src/devices/sound/ymf271.h
index c032c764d53..075650b8586 100644
--- a/src/devices/sound/ymf271.h
+++ b/src/devices/sound/ymf271.h
@@ -7,7 +7,7 @@
#define MCFG_YMF271_IRQ_HANDLER(_devcb) \
- devcb = &downcast<ymf271_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<ymf271_device &>(*device).set_irq_handler(DEVCB_##_devcb);
class ymf271_device : public device_t, public device_sound_interface, public device_rom_interface
{