summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_kbd.h')
-rw-r--r--src/mame/machine/pc9801_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_kbd.h b/src/mame/machine/pc9801_kbd.h
index 140a8c326e5..7275bf99666 100644
--- a/src/mame/machine/pc9801_kbd.h
+++ b/src/mame/machine/pc9801_kbd.h
@@ -17,7 +17,7 @@
//**************************************************************************
#define MCFG_PC9801_KBD_IRQ_CALLBACK(_write) \
- devcb = &downcast<pc9801_kbd_device &>(*device).set_irq_wr_callback(DEVCB_##_write);
+ downcast<pc9801_kbd_device &>(*device).set_irq_wr_callback(DEVCB_##_write);
//**************************************************************************