summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/econet
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-27 15:53:18 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-27 15:54:01 -0400
commit182333e0db2899e2271bed703d6f1be8a7e694cd (patch)
treec2cb145145ec3a55279d4ffbf1a7b937bae116fd /src/devices/bus/econet
parent0c522d46f850063ae00d5055aa13cefb5fc11e49 (diff)
wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw)
Diffstat (limited to 'src/devices/bus/econet')
-rw-r--r--src/devices/bus/econet/e01.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/econet/e01.cpp b/src/devices/bus/econet/e01.cpp
index 1375a9515b1..df722832c15 100644
--- a/src/devices/bus/econet/e01.cpp
+++ b/src/devices/bus/econet/e01.cpp
@@ -259,7 +259,7 @@ MACHINE_CONFIG_START(econet_e01_device::device_add_mconfig)
MCFG_DEVICE_ADD(MC6854_TAG, MC6854, 0)
MCFG_MC6854_OUT_IRQ_CB(WRITELINE(*this, econet_e01_device, adlc_irq_w))
MCFG_MC6854_OUT_TXD_CB(WRITELINE(*this, econet_e01_device, econet_data_w))
- MCFG_WD2793_ADD(WD2793_TAG, XTAL(8'000'000)/4)
+ MCFG_DEVICE_ADD(WD2793_TAG, WD2793, XTAL(8'000'000)/4)
MCFG_WD_FDC_INTRQ_CALLBACK(WRITELINE(*this, econet_e01_device, fdc_irq_w))
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(*this, econet_e01_device, fdc_drq_w))
MCFG_FLOPPY_DRIVE_ADD(WD2793_TAG":0", e01_floppies, "35dd", floppy_formats_afs)