summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gaelco3d.h')
-rw-r--r--src/mame/machine/gaelco3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gaelco3d.h b/src/mame/machine/gaelco3d.h
index 4a30d708322..21a37195445 100644
--- a/src/mame/machine/gaelco3d.h
+++ b/src/mame/machine/gaelco3d.h
@@ -16,7 +16,7 @@
***************************************************************************/
#define MCFG_GAELCO_SERIAL_IRQ_HANDLER(_devcb) \
- devcb = &downcast<gaelco_serial_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<gaelco_serial_device &>(*device).set_irq_handler(DEVCB_##_devcb);