summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco_232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco_232.c')
-rw-r--r--src/mess/machine/coco_232.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/coco_232.c b/src/mess/machine/coco_232.c
index e4d0a7a176d..296e2c80f89 100644
--- a/src/mess/machine/coco_232.c
+++ b/src/mess/machine/coco_232.c
@@ -21,7 +21,7 @@
***************************************************************************/
static MACHINE_CONFIG_FRAGMENT(coco_rs232)
- MCFG_ACIA6551_ADD(UART_TAG)
+ MCFG_MOS6551_ADD(UART_TAG, XTAL_1_8432MHz, NULL)
MACHINE_CONFIG_END
//**************************************************************************