Added C128 documentation.

Fixed minor glitches in the C64 docs.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2758 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-12-14 20:00:59 +00:00
parent f210f6db1c
commit 0a42e67f11
4 changed files with 315 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<article>
<title>c64 specific information for cc65
<title>C64 specific information for cc65
<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
<date>2003-09-23
@@ -166,7 +166,8 @@ setup without any memory loss or need for a changed configuration.
<tag><tt/c64-georam.emd/</tag>
A driver for the GeoRam cartridge. The driver will always assume 2048 pages
of 256 bytes each.
of 256 bytes each. There are no checks, so if your program knows better,
just go ahead.
<tag><tt/c64-ram.emd/</tag>
A driver for the hidden RAM below the I/O area and kernal ROM. Supports 48
@@ -227,7 +228,10 @@ does not exist).
<tag><tt/c64-swlink.ser/</tag>
Driver for the SwiftLink cartridge. Supports up to 38400 baud, hardware flow
control (RTS/CTS) and interrupt driven receives.
control (RTS/CTS) and interrupt driven receives. 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>