From f75657d7e250268c5a4c444ecd8b2ac2ea7815db Mon Sep 17 00:00:00 2001 From: Greg King Date: Wed, 20 Nov 2019 12:11:47 -0500 Subject: [PATCH] Added to the function reference document. --- doc/funcref.sgml | 59 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 40 insertions(+), 19 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 7a46736ec..c2b46f0f0 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -318,6 +318,20 @@ function. +

+ + + + + + + + + + +(incomplete) + +

@@ -7702,24 +7716,31 @@ used in presence of a prototype. -, -/ -, +, +/ +unsigned __fastcall__ videomode (unsigned Mode); /* for apple2enh and c128 */ +signed char __fastcall__ videomode (signed char Mode); /* for cx16 */ + -The function is specific to the C128 and enhanced Apple //e. +The function is specific to the Commodore 128, the enhanced Apple //e, +and the Commander X16. This function replaces . -The function is only available as fastcall function, so it may only be -used in presence of a prototype. +The function is available as only a fastcall function, so it may be used +only in the presence of a prototype. -, , + , -/, -/, -/, -/ +, +, +, +/