summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-11-05 14:10:09 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-11-05 14:10:09 -0500
commit6364a6f42ac1eaa491334e8edc22b88f31450e55 (patch)
tree1d4822ec8e47eaf631b8b18ead7c9fa1b2d8ef8d
parent2b5cb0c8617a41507f4ee7f354bc985eee6d24d2 (diff)
A few more UART clones (nw)
-rw-r--r--src/devices/machine/ay31015.cpp5
1 files 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.