From: mrdudz Date: Sun, 18 Oct 2015 21:57:58 +0000 (+0200) Subject: updated docs X-Git-Tag: V2.16~210^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5099910b18c9ed9bb6603d3f9b4622e2039020a2;p=cc65 updated docs --- diff --git a/doc/c64.sgml b/doc/c64.sgml index ca99e0061..f22eca3e1 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -116,6 +116,30 @@ cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg source.s Please note that in this case a changed start address doesn't make sense, since the program must be loaded to the BASIC start address. +Extras

+ +80 Columns conio driver

+ +The C64 package comes with an alternative software driven 80 columns +module +cl65 -t c64 myprog.c c64-soft80.o + + +Note that the soft80 conio driver is incompatible with the +Platform-specific header files

@@ -216,6 +240,9 @@ configuration. palette of the 16 C64 colors).

+Note that the graphics drivers are incompatible with the +Extended memory drivers

@@ -241,7 +268,7 @@ configuration. A driver for the hidden RAM below the I/O area and kernal ROM. Supports 48 256 byte pages. Please note that this driver is incompatible with any of the - graphics drivers! + graphics drivers, or the soft80 conio driver! A driver for the RamCart 64/128 written and contributed by Maciej Witkowiak.