summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9365.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9365.h')
-rw-r--r--src/devices/video/ef9365.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9365.h b/src/devices/video/ef9365.h
index 8c14fbd6370..762989e6a03 100644
--- a/src/devices/video/ef9365.h
+++ b/src/devices/video/ef9365.h
@@ -25,7 +25,7 @@
downcast<ef9365_device &>(*device).set_display_mode((ef9365_device::display_mode));
#define MCFG_EF936X_IRQ_HANDLER(cb) \
- devcb = &downcast<ef9365_device &>(*device).set_irq_handler((DEVCB_##cb));
+ downcast<ef9365_device &>(*device).set_irq_handler((DEVCB_##cb));
//**************************************************************************
// TYPE DEFINITIONS