summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6270.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6270.h')
-rw-r--r--src/devices/video/huc6270.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6270.h b/src/devices/video/huc6270.h
index 5d933129bba..77c15515175 100644
--- a/src/devices/video/huc6270.h
+++ b/src/devices/video/huc6270.h
@@ -16,7 +16,7 @@
downcast<huc6270_device &>(*device).set_vram_size(_size);
#define MCFG_HUC6270_IRQ_CHANGED_CB(_devcb) \
- devcb = &downcast<huc6270_device &>(*device).set_irq_changed_callback(DEVCB_##_devcb);
+ downcast<huc6270_device &>(*device).set_irq_changed_callback(DEVCB_##_devcb);
class huc6270_device : public device_t
{