summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/psx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/psx.h')
-rw-r--r--src/devices/video/psx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/psx.h b/src/devices/video/psx.h
index 489f3508cfe..9693f390223 100644
--- a/src/devices/video/psx.h
+++ b/src/devices/video/psx.h
@@ -18,7 +18,7 @@
#define MCFG_PSX_GPU_VBLANK_HANDLER(_devcb) \
- devcb = &downcast<psxgpu_device &>(*device).set_vblank_handler(DEVCB_##_devcb);
+ downcast<psxgpu_device &>(*device).set_vblank_handler(DEVCB_##_devcb);
#define MCFG_PSXGPU_ADD( cputag, tag, type, _vramSize, clock ) \
MCFG_DEVICE_MODIFY( cputag ) \