summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.h')
-rw-r--r--src/devices/video/v9938.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/v9938.h b/src/devices/video/v9938.h
index cbc5e0364a2..2b70f6948ac 100644
--- a/src/devices/video/v9938.h
+++ b/src/devices/video/v9938.h
@@ -50,7 +50,7 @@
MCFG_SCREEN_UPDATE_DEVICE(_v9938_tag, v9938_device, screen_update)
#define MCFG_V99X8_INTERRUPT_CALLBACK(_irq) \
- devcb = &downcast<v99x8_device *>(device)->set_interrupt_callback(DEVCB_##_irq);
+ downcast<v99x8_device *>(device)->set_interrupt_callback(DEVCB_##_irq);
//**************************************************************************