summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/svis_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/svis_snd.h')
-rw-r--r--src/mame/audio/svis_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/svis_snd.h b/src/mame/audio/svis_snd.h
index 44a40e5de86..802d3019371 100644
--- a/src/mame/audio/svis_snd.h
+++ b/src/mame/audio/svis_snd.h
@@ -17,7 +17,7 @@
//**************************************************************************
#define MCFG_SVISION_SOUND_IRQ_CALLBACK(_devcb) \
- devcb = &downcast<svision_sound_device&>(*device).set_irq_cb(DEVCB_##_devcb);
+ downcast<svision_sound_device&>(*device).set_irq_cb(DEVCB_##_devcb);
// ======================> svision_sound_device