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. -, , + , -/, -/, -/, -/ +, +, +, +/