summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8364_paula.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/8364_paula.h')
-rw-r--r--src/devices/machine/8364_paula.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/8364_paula.h b/src/devices/machine/8364_paula.h
index db9ed3727c0..31e2c2661bf 100644
--- a/src/devices/machine/8364_paula.h
+++ b/src/devices/machine/8364_paula.h
@@ -49,10 +49,10 @@
//**************************************************************************
#define MCFG_PAULA_MEM_READ_CB(_devcb) \
- devcb = &downcast<paula_8364_device &>(*device).set_mem_r_callback(DEVCB_##_devcb);
+ downcast<paula_8364_device &>(*device).set_mem_r_callback(DEVCB_##_devcb);
#define MCFG_PAULA_INT_CB(_devcb) \
- devcb = &downcast<paula_8364_device &>(*device).set_int_w_callback(DEVCB_##_devcb);
+ downcast<paula_8364_device &>(*device).set_int_w_callback(DEVCB_##_devcb);
//**************************************************************************