summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/exp.h')
-rw-r--r--src/devices/bus/vic20/exp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/vic20/exp.h b/src/devices/bus/vic20/exp.h
index fddc500e665..717a2d8c92c 100644
--- a/src/devices/bus/vic20/exp.h
+++ b/src/devices/bus/vic20/exp.h
@@ -57,9 +57,9 @@
#define MCFG_VIC20_PASSTHRU_EXPANSION_SLOT_ADD(_tag) \
MCFG_VIC20_EXPANSION_SLOT_ADD(_tag, 0, vic20_expansion_cards, nullptr) \
- MCFG_VIC20_EXPANSION_SLOT_IRQ_CALLBACK(DEVWRITELINE(DEVICE_SELF_OWNER, vic20_expansion_slot_device, irq_w)) \
- MCFG_VIC20_EXPANSION_SLOT_NMI_CALLBACK(DEVWRITELINE(DEVICE_SELF_OWNER, vic20_expansion_slot_device, nmi_w)) \
- MCFG_VIC20_EXPANSION_SLOT_RES_CALLBACK(DEVWRITELINE(DEVICE_SELF_OWNER, vic20_expansion_slot_device, res_w))
+ MCFG_VIC20_EXPANSION_SLOT_IRQ_CALLBACK(WRITELINE(DEVICE_SELF_OWNER, vic20_expansion_slot_device, irq_w)) \
+ MCFG_VIC20_EXPANSION_SLOT_NMI_CALLBACK(WRITELINE(DEVICE_SELF_OWNER, vic20_expansion_slot_device, nmi_w)) \
+ MCFG_VIC20_EXPANSION_SLOT_RES_CALLBACK(WRITELINE(DEVICE_SELF_OWNER, vic20_expansion_slot_device, res_w))
#define MCFG_VIC20_EXPANSION_SLOT_IRQ_CALLBACK(_write) \