From 6364a6f42ac1eaa491334e8edc22b88f31450e55 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 5 Nov 2017 14:10:09 -0500 Subject: A few more UART clones (nw) --- src/devices/machine/ay31015.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/devices/machine/ay31015.cpp b/src/devices/machine/ay31015.cpp index 4e3e96312a8..30dd0164e60 100644 --- a/src/devices/machine/ay31015.cpp +++ b/src/devices/machine/ay31015.cpp @@ -8,8 +8,9 @@ and AY-6-1013 UARTs (Universal Asynchronous Receiver/Transmitters). Compatible UARTs were produced by Harris (HD6402), TI (TMS6011), - Western Digital (TR1602/TR1402/TR1863/TR1865), AMI (S1883), Standard - Microsystems (COM2502/COM2017), Tesla (MHB1012) and other companies. + Western Digital (TR1602/TR1402/TR1863/TR1865), AMI (S1883), Signetics + (2536), National (MM5303), Standard Microsystems (COM2502/COM2017), + Tesla (MHB1012) and other companies. This is cycle-accurate according to the specifications. -- cgit v1.2.3