summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/newbrain
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-10-23 18:24:43 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-10-23 18:24:43 +0200
commit769e13f265084d55e4d9aa2ff692368c61207058 (patch)
tree591183de9818bdefc8d16419f73ac8ca62058d6e /src/devices/bus/newbrain
parent66b5dd9a1a161b723bbde2d1edc09bcbf92f1537 (diff)
bus/rs232.cpp: completed removal of MCFG macros (nw)
Diffstat (limited to 'src/devices/bus/newbrain')
-rw-r--r--src/devices/bus/newbrain/eim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/newbrain/eim.cpp b/src/devices/bus/newbrain/eim.cpp
index 592b5c55432..2bafd008eb6 100644
--- a/src/devices/bus/newbrain/eim.cpp
+++ b/src/devices/bus/newbrain/eim.cpp
@@ -90,7 +90,7 @@ MACHINE_CONFIG_START(newbrain_eim_device::device_add_mconfig)
ACIA6850(config, m_acia, 0);
m_acia->irq_handler().set(FUNC(newbrain_eim_device::acia_interrupt));
- MCFG_DEVICE_ADD(RS232_TAG, RS232_PORT, default_rs232_devices, nullptr)
+ RS232_PORT(config, RS232_TAG, default_rs232_devices, nullptr);
MCFG_NEWBRAIN_EXPANSION_SLOT_ADD(NEWBRAIN_EXPANSION_SLOT_TAG, XTAL(16'000'000)/8, newbrain_expansion_cards, "fdc")