summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pcd.h')
-rw-r--r--src/mame/video/pcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pcd.h b/src/mame/video/pcd.h
index 0a92588d310..8d874d5cbf8 100644
--- a/src/mame/video/pcd.h
+++ b/src/mame/video/pcd.h
@@ -15,7 +15,7 @@
#define MCFG_PCX_VIDEO_TXD_HANDLER(_devcb) \
- devcb = &downcast<pcx_video_device &>(*device).set_txd_handler(DEVCB_##_devcb);
+ downcast<pcx_video_device &>(*device).set_txd_handler(DEVCB_##_devcb);
class pcdx_video_device : public device_t, public device_gfx_interface
{