summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zx8301.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zx8301.h')
-rw-r--r--src/mame/video/zx8301.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/zx8301.h b/src/mame/video/zx8301.h
index 4c92403a519..1d3b64f22d8 100644
--- a/src/mame/video/zx8301.h
+++ b/src/mame/video/zx8301.h
@@ -42,7 +42,7 @@
///*************************************************************************
#define MCFG_ZX8301_VSYNC_CALLBACK(_write) \
- devcb = &downcast<zx8301_device &>(*device).set_vsync_wr_callback(DEVCB_##_write);
+ downcast<zx8301_device &>(*device).set_vsync_wr_callback(DEVCB_##_write);