summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9364.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9364.h')
-rw-r--r--src/devices/video/ef9364.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/ef9364.h b/src/devices/video/ef9364.h
index ef7fc2cb99a..1082173733c 100644
--- a/src/devices/video/ef9364.h
+++ b/src/devices/video/ef9364.h
@@ -22,7 +22,7 @@
downcast<ef9364_device &>(*device).set_nb_of_pages(_pages_number);
#define MCFG_EF9364_IRQ_HANDLER(_devcb) \
- devcb = &downcast<ef9364_device &>(*device).set_irq_handler(DEVCB_##_devcb);
+ downcast<ef9364_device &>(*device).set_irq_handler(DEVCB_##_devcb);
//**************************************************************************
// TYPE DEFINITIONS