summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_dcmodem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_dcmodem.cpp')
-rw-r--r--src/devices/bus/coco/coco_dcmodem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_dcmodem.cpp b/src/devices/bus/coco/coco_dcmodem.cpp
index 77206445bb0..4e7a12081ff 100644
--- a/src/devices/bus/coco/coco_dcmodem.cpp
+++ b/src/devices/bus/coco/coco_dcmodem.cpp
@@ -83,7 +83,7 @@ namespace
IMPLEMENTATION
***************************************************************************/
-MACHINE_CONFIG_MEMBER(coco_dc_modem_device::device_add_mconfig)
+MACHINE_CONFIG_START(coco_dc_modem_device::device_add_mconfig)
MCFG_DEVICE_ADD(UART_TAG, MOS6551, 0)
MCFG_MOS6551_XTAL(XTAL_1_8432MHz)
MCFG_MOS6551_IRQ_HANDLER(WRITELINE(coco_dc_modem_device, uart_irq_w))