summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pc_lpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pc_lpt.h')
-rw-r--r--src/devices/machine/pc_lpt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pc_lpt.h b/src/devices/machine/pc_lpt.h
index e9d46e37247..d85768bb5d4 100644
--- a/src/devices/machine/pc_lpt.h
+++ b/src/devices/machine/pc_lpt.h
@@ -14,7 +14,7 @@
#include "bus/centronics/ctronics.h"
#define MCFG_PC_LPT_IRQ_HANDLER(_devcb) \
- devcb = &downcast<pc_lpt_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<pc_lpt_device &>(*device).set_irq_handler(DEVCB_##_devcb);
/***************************************************************************
DEVICE CONFIGURATION MACROS