summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf278b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf278b.h')
-rw-r--r--src/devices/sound/ymf278b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymf278b.h b/src/devices/sound/ymf278b.h
index d19815fddbd..39456acfbe1 100644
--- a/src/devices/sound/ymf278b.h
+++ b/src/devices/sound/ymf278b.h
@@ -9,7 +9,7 @@
#define YMF278B_STD_CLOCK (33868800) /* standard clock for OPL4 */
#define MCFG_YMF278B_IRQ_HANDLER(_devcb) \
- devcb = &downcast<ymf278b_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<ymf278b_device &>(*device).set_irq_handler(DEVCB_##_devcb);
class ymf278b_device : public device_t, public device_sound_interface, public device_rom_interface
{