summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-10-14 15:53:53 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-10-14 15:53:53 -0400
commit7c82b579e1240367732555de5f3f1aaefa522e95 (patch)
tree1323236e8e2405fa6e06c7d7aa9b3f3d37df81e4
parentd1e2b6d0ae67c737698602d240cb0c8db73810b2 (diff)
ay31015.cpp: Notes (nw)
-rw-r--r--src/devices/machine/ay31015.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/devices/machine/ay31015.cpp b/src/devices/machine/ay31015.cpp
index aba1e284156..2f9cb77e02e 100644
--- a/src/devices/machine/ay31015.cpp
+++ b/src/devices/machine/ay31015.cpp
@@ -4,8 +4,12 @@
ay31015.c by Robbbert, May 2008. Bugs fixed by Judge.
- Code for the AY-3-1014A, AY-3-1015(D), AY-5-1013(A), and AY-6-1013 UARTs
- The HD6402 UART is compatible with the AY-3-1015 UART.
+ Code for the General Instruments AY-3-1014A, AY-3-1015(D), AY-5-1013(A),
+ 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.
This is cycle-accurate according to the specifications.