summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/spu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/spu.h')
-rw-r--r--src/devices/sound/spu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/spu.h b/src/devices/sound/spu.h
index 874867ff622..07bb06f6b85 100644
--- a/src/devices/sound/spu.h
+++ b/src/devices/sound/spu.h
@@ -10,7 +10,7 @@
//**************************************************************************
#define MCFG_SPU_IRQ_HANDLER(_devcb) \
- devcb = &downcast<spu_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<spu_device &>(*device).set_irq_handler(DEVCB_##_devcb);
#define MCFG_SPU_ADD(_tag, _clock) \
MCFG_DEVICE_MODIFY( "maincpu" ) \