summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd61830.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd61830.h')
-rw-r--r--src/devices/video/hd61830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd61830.h b/src/devices/video/hd61830.h
index 0c14b9f8482..ab4278f9d89 100644
--- a/src/devices/video/hd61830.h
+++ b/src/devices/video/hd61830.h
@@ -19,7 +19,7 @@
//**************************************************************************
#define MCFG_HD61830_RD_CALLBACK(_read) \
- devcb = &downcast<hd61830_device &>(*device).set_rd_rd_callback(DEVCB_##_read);
+ downcast<hd61830_device &>(*device).set_rd_rd_callback(DEVCB_##_read);