Added a new serial driver for the atmos. By Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5580 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2012-03-09 10:48:59 +00:00
parent a564450415
commit 65a8da9fde
4 changed files with 386 additions and 2 deletions

View File

@@ -130,7 +130,16 @@ No mouse drivers are currently available for the Atmos.
<sect1>RS232 device drivers<p>
No serial drivers are currently available for the Atmos.
<descrip>
<tag><tt/atmos-acia.ser/</tag>
Driver for the Telestrat integrated serial controller and the Atmos with a
serial add-on.
Note that because of the peculiarities of the 6551 chip together with the
use of the NMI, transmits are not interrupt driven, and the transceiver
blocks if the receiver asserts flow control because of a full buffer.
</descrip><p>