summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco_c148.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco_c148.h')
-rw-r--r--src/mame/machine/namco_c148.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/namco_c148.h b/src/mame/machine/namco_c148.h
index c2e2cab4e50..f63d958a0af 100644
--- a/src/mame/machine/namco_c148.h
+++ b/src/mame/machine/namco_c148.h
@@ -25,10 +25,10 @@
downcast<namco_c148_device &>(*device).link_c148_device(_tag);
#define MCFG_NAMCO_C148_EXT1_CB(_cb) \
- devcb = &downcast<namco_c148_device &>(*device).set_out_ext1_callback(DEVCB_##_cb);
+ downcast<namco_c148_device &>(*device).set_out_ext1_callback(DEVCB_##_cb);
#define MCFG_NAMCO_C148_EXT2_CB(_cb) \
- devcb = &downcast<namco_c148_device &>(*device).set_out_ext2_callback(DEVCB_##_cb);
+ downcast<namco_c148_device &>(*device).set_out_ext2_callback(DEVCB_##_cb);
//**************************************************************************