summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/wpc_dmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/wpc_dmd.h')
-rw-r--r--src/mame/video/wpc_dmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/wpc_dmd.h b/src/mame/video/wpc_dmd.h
index 312974f4fdd..a6d6f6bfa3f 100644
--- a/src/mame/video/wpc_dmd.h
+++ b/src/mame/video/wpc_dmd.h
@@ -11,7 +11,7 @@
#include "machine/timer.h"
#define MCFG_WPC_DMD_SCANLINE_CALLBACK(_scanline_cb) \
- devcb = &downcast<wpc_dmd_device &>(*device).set_scanline_cb(DEVCB_##_scanline_cb);
+ downcast<wpc_dmd_device &>(*device).set_scanline_cb(DEVCB_##_scanline_cb);
class wpc_dmd_device : public device_t
{