From: Marco van den Heuvel Date: Tue, 20 Mar 2018 20:11:24 +0000 (-0700) Subject: Added isfast function which returns a 1 when the C128 is in 2MHz mode. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d4116f05fa311fb4611a932218cb9ef073d147a;p=cc65 Added isfast function which returns a 1 when the C128 is in 2MHz mode. --- diff --git a/doc/c128.sgml b/doc/c128.sgml index f133d8d4c..14c874998 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -87,6 +87,7 @@ url="funcref.html" name="function reference"> for declaration and usage. c64mode fast slow +isfast diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 235a0d40f..193a10c52 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -131,6 +131,7 @@ function. + @@ -3302,6 +3303,7 @@ will nearly double the speed compared to slow mode. , , , @@ -3954,6 +3956,28 @@ fastcall function, so it may only be used in presence of a prototype. +isfast