summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k053250_ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k053250_ps.h')
-rw-r--r--src/mame/video/k053250_ps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k053250_ps.h b/src/mame/video/k053250_ps.h
index ebc16089ce7..f755a34a1c1 100644
--- a/src/mame/video/k053250_ps.h
+++ b/src/mame/video/k053250_ps.h
@@ -17,7 +17,7 @@
downcast<k053250ps_device &>(*device).set_offsets(offx, offy);
#define MCFG_K053250PS_DMAIRQ_CB(_cb) \
- devcb = &downcast<k053250ps_device &>(*device).set_dmairq_cb(DEVCB_##_cb);
+ downcast<k053250ps_device &>(*device).set_dmairq_cb(DEVCB_##_cb);
class k053250ps_device : public device_t,
public device_gfx_interface,