summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82586.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82586.h')
-rw-r--r--src/devices/machine/i82586.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82586.h b/src/devices/machine/i82586.h
index dfd073190ae..93f45d82574 100644
--- a/src/devices/machine/i82586.h
+++ b/src/devices/machine/i82586.h
@@ -7,7 +7,7 @@
#pragma once
#define MCFG_I82586_IRQ_CB(_out_irq) \
- devcb = &downcast<i82586_base_device &>(*device).set_out_irq_callback(DEVCB_##_out_irq);
+ downcast<i82586_base_device &>(*device).set_out_irq_callback(DEVCB_##_out_irq);
class i82586_base_device :
public device_t,