summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/6883sam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/6883sam.h')
-rw-r--r--src/mame/machine/6883sam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/6883sam.h b/src/mame/machine/6883sam.h
index 61e5fd27033..1e5669ef246 100644
--- a/src/mame/machine/6883sam.h
+++ b/src/mame/machine/6883sam.h
@@ -15,7 +15,7 @@
#define MCFG_SAM6883_RES_CALLBACK(_read) \
- devcb = &downcast<sam6883_device &>(*device).set_res_rd_callback(DEVCB_##_read);
+ downcast<sam6883_device &>(*device).set_res_rd_callback(DEVCB_##_read);
//**************************************************************************