summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs_ctrl')
-rw-r--r--src/devices/bus/vcs_ctrl/ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs_ctrl/ctrl.h b/src/devices/bus/vcs_ctrl/ctrl.h
index 2018d70ba34..271001b3486 100644
--- a/src/devices/bus/vcs_ctrl/ctrl.h
+++ b/src/devices/bus/vcs_ctrl/ctrl.h
@@ -27,7 +27,7 @@
#define MCFG_VCS_CONTROL_PORT_TRIGGER_CALLBACK(_write) \
- devcb = &downcast<vcs_control_port_device &>(*device).set_trigger_wr_callback(DEVCB_##_write);
+ downcast<vcs_control_port_device &>(*device).set_trigger_wr_callback(DEVCB_##_write);