diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 28120577a..2cc62d7ae 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -310,9 +310,9 @@ the memory from $800 to $1FFF can be added to the heap by calling ProDOS 8 requires for every open file a page-aligned 1 KB I/O buffer. By default these buffers are allocated by the cc65 runtime system on the heap using -. While this is +generally the best solution it means quite some overhead for (especially rather +small) cc65 programs which do open files but don't make use of the heap otherwise. The apple2 package comes with the alternative ProDOS 8 I/O buffer allocation module . While this is +generally the best solution it means quite some overhead for (especially rather +small) cc65 programs which do open files but don't make use of the heap otherwise. The apple2enh package comes with the alternative ProDOS 8 I/O buffer allocation module function in conjunction with copying your data to the +allocated memory. Character mapping

diff --git a/doc/chrcvt65.sgml b/doc/chrcvt65.sgml index a631a0004..00909e12f 100644 --- a/doc/chrcvt65.sgml +++ b/doc/chrcvt65.sgml @@ -19,7 +19,7 @@ the native format. chrcvt65 is a vector font converter. It is able to convert a "BGI Stroked Font" to a compact TGI native vector font. See the function for usage. +url="tgi.html#tgi_load_vectorfont" name="tgi_load_vectorfont"> for usage. diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 7c3b92230..5c603b130 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -738,7 +738,7 @@ communication, see also testcode/lib/ser-test.c. - + @@ -6223,6 +6223,32 @@ be used in presence of a prototype. +posix_memalign

+ + + +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + + + + + + psg_delay