summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cammu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cammu.h')
-rw-r--r--src/mame/machine/cammu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cammu.h b/src/mame/machine/cammu.h
index efd08061d4f..e852beb4c37 100644
--- a/src/mame/machine/cammu.h
+++ b/src/mame/machine/cammu.h
@@ -12,7 +12,7 @@
downcast<cammu_c4_device &>(*device).set_cammu_id(_id);
#define MCFG_CAMMU_EXCEPTION_CB(_exceptioncb) \
- devcb = &downcast<cammu_device &>(*device).set_exception_callback(DEVCB_##_exceptioncb);
+ downcast<cammu_device &>(*device).set_exception_callback(DEVCB_##_exceptioncb);
#define MCFG_CAMMU_LINK(_tag) \
downcast<cammu_c3_device &>(*device).add_linked(_tag);