summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/i82730.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/i82730.h')
-rw-r--r--src/devices/video/i82730.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/i82730.h b/src/devices/video/i82730.h
index 033bd6dc79f..d52e6b1ddbf 100644
--- a/src/devices/video/i82730.h
+++ b/src/devices/video/i82730.h
@@ -24,7 +24,7 @@
downcast<i82730_device &>(*device).set_cpu_tag(_cpu_tag);
#define MCFG_I82730_SINT_HANDLER(_devcb) \
- devcb = &downcast<i82730_device &>(*device).set_sint_handler(DEVCB_##_devcb);
+ downcast<i82730_device &>(*device).set_sint_handler(DEVCB_##_devcb);
#define MCFG_I82730_UPDATE_ROW_CB(_class, _method) \
downcast<i82730_device &>(*device).set_update_row_callback(i82730_device::update_row_delegate(&_class::_method, #_class "::" #_method, this));