summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc1512kb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc1512kb.h')
-rw-r--r--src/mame/machine/pc1512kb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/pc1512kb.h b/src/mame/machine/pc1512kb.h
index fe5f7c5b30a..f4830b9221d 100644
--- a/src/mame/machine/pc1512kb.h
+++ b/src/mame/machine/pc1512kb.h
@@ -30,10 +30,10 @@
//**************************************************************************
#define MCFG_PC1512_KEYBOARD_CLOCK_CALLBACK(_write) \
- devcb = &downcast<pc1512_keyboard_device &>(*device).set_clock_wr_callback(DEVCB_##_write);
+ downcast<pc1512_keyboard_device &>(*device).set_clock_wr_callback(DEVCB_##_write);
#define MCFG_PC1512_KEYBOARD_DATA_CALLBACK(_write) \
- devcb = &downcast<pc1512_keyboard_device &>(*device).set_data_wr_callback(DEVCB_##_write);
+ downcast<pc1512_keyboard_device &>(*device).set_data_wr_callback(DEVCB_##_write);