summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_rs232.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_rs232.cpp')
-rw-r--r--src/devices/bus/coco/coco_rs232.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coco/coco_rs232.cpp b/src/devices/bus/coco/coco_rs232.cpp
index fa6344f05b9..c6bf6bd0c23 100644
--- a/src/devices/bus/coco/coco_rs232.cpp
+++ b/src/devices/bus/coco/coco_rs232.cpp
@@ -67,7 +67,7 @@ namespace
IMPLEMENTATION
***************************************************************************/
-MACHINE_CONFIG_MEMBER(coco_rs232_device::device_add_mconfig)
+MACHINE_CONFIG_START(coco_rs232_device::device_add_mconfig)
MCFG_DEVICE_ADD(UART_TAG, MOS6551, 0)
MCFG_MOS6551_XTAL(XTAL_1_8432MHz)
MACHINE_CONFIG_END