From 75e2ff1cec9f5d6fc1219ce1aa5cfc76b4cf0f19 Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 13 Feb 2003 21:35:41 +0000 Subject: [PATCH] Added fast(), slow() and c64mode() git-svn-id: svn://svn.cc65.org/cc65/trunk@1983 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 5ed03542a..31e0062c5 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -72,7 +72,10 @@ function.

+ + + @@ -446,6 +449,24 @@ be used in presence of a prototype. +c64mode

+ + + +/ + +The function is specific to the C128. +The function will not return to the caller. + + + + + cclear

@@ -909,6 +930,28 @@ evaluated or is ignored. +fast

+ + + +/ + +The function is specific to the C128. +2MHz clock will not work in 40 column mode. + +, + + + + + getcpu

@@ -1624,6 +1667,27 @@ be used in presence of a prototype. +slow

+ + + +/ + +The function is specific to the C128. + +, + + + + + srand

@@ -1911,6 +1975,9 @@ with the mode. The function is specific to the C128. , +