summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psxcd.h')
-rw-r--r--src/mame/machine/psxcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psxcd.h b/src/mame/machine/psxcd.h
index dd9b19dfbe4..2a32e094ff9 100644
--- a/src/mame/machine/psxcd.h
+++ b/src/mame/machine/psxcd.h
@@ -13,7 +13,7 @@
//**************************************************************************
#define MCFG_PSXCD_IRQ_HANDLER(_devcb) \
- devcb = &downcast<psxcd_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<psxcd_device &>(*device).set_irq_handler(DEVCB_##_devcb);
class psxcd_device : public cdrom_image_device
{