From: Marco van den Heuvel Date: Tue, 24 Apr 2018 02:25:11 +0000 (-0700) Subject: Changed c128 accelerator code and documention to include both C64 and C128 support. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc2bcb8a4db2b659a9a173c53761b77e8c603fb6;p=cc65 Changed c128 accelerator code and documention to include both C64 and C128 support. --- diff --git a/doc/c128.sgml b/doc/c128.sgml index 9af66d62b..1bdcf01f5 100644 --- a/doc/c128.sgml +++ b/doc/c128.sgml @@ -94,9 +94,12 @@ The functions listed below are accelerator functions for the C128. See the for declaration and usage. +detect_c128 detect_scpu -scpu_get_speed -scpu_set_speed +get_c128_speed +get_scpu_speed +set_c128_speed +set_scpu_speed diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 75028b7b6..55701cf55 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -2930,12 +2930,12 @@ used in presence of a prototype. -/ -The function is specific to the C64. +The function is specific to the C64 and C128. -/ -The function is specific to the C64. -The function does not check for the presence of a C128 in C64 mode. +The function is specific to the C64 and C128. +The function does not check if the C128 CPU is the current CPU. See the accelerator.h header for the speed definitions. -/ -The function is specific to the C64. -The function does not check for the presence of a C128 in C64 mode. +The function is specific to the C64 and C128. +The function does not check if the C128 CPU is the current CPU. See the accelerator.h header for the speed definitions.