summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd44352.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd44352.h')
-rw-r--r--src/devices/video/hd44352.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd44352.h b/src/devices/video/hd44352.h
index ce12d9bc1cb..1dc67eca7f5 100644
--- a/src/devices/video/hd44352.h
+++ b/src/devices/video/hd44352.h
@@ -13,7 +13,7 @@
#define MCFG_HD44352_ON_CB(_devcb) \
- devcb = &downcast<hd44352_device &>(*device).set_on_callback(DEVCB_##_devcb);
+ downcast<hd44352_device &>(*device).set_on_callback(DEVCB_##_devcb);
//**************************************************************************