]> git.sur5r.net Git - cc65/commitdiff
Fixed the order of some functions.
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Tue, 1 May 2018 21:45:51 +0000 (14:45 -0700)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Tue, 1 May 2018 21:45:51 +0000 (14:45 -0700)
doc/funcref.sgml

index c23ffb72c9c6e5047114ff40f9c842ac5df949e2..88581c361dcd7ae3ed5285ac14a0df8d3d415589 100644 (file)
@@ -3682,50 +3682,49 @@ header files define constants that can be used to check the return code.
 </quote>
 
 
-<sect1>get_turbomaster_speed<label id="get_turbomaster_speed"><p>
+<sect1>get_scpu_speed<label id="get_scpu_speed"><p>
 
 <quote>
 <descrip>
-<tag/Function/Get the current speed of the C64 Turbo Master cartridge.
+<tag/Function/Get the current speed of the C64/C128 SuperCPU cartridge.
 <tag/Header/<tt/<ref id="accelerator.h" name="accelerator.h">/
-<tag/Declaration/<tt/unsigned char get_turbomaster_speed (void);/
-<tag/Description/The function returns the current speed of the C64 Turbo Master cartridge.
+<tag/Declaration/<tt/unsigned char get_scpu_speed (void);/
+<tag/Description/The function returns the current speed of the SuperCPU cartridge.
 <tag/Notes/<itemize>
-<item>The function is specific to the C64.
-<item>The function does not check for the presence of the C64 Turbo Master cartridge.
+<item>The function is specific to the C128 and C64.
+<item>The function does not check for the presence of the cartridge.
 <item>See the accelerator.h header for the speed definitions.
 </itemize>
 <tag/Availability/cc65 (not all platforms)
 <tag/See also/
-<ref id="detect_turbomaster" name="detect_turbomaster">,
-<ref id="set_turbomaster_speed" name="set_turbomaster_speed">,
+<ref id="detect_scpu" name="detect_scpu">,
+<ref id="set_scpu_speed" name="set_scpu_speed">,
 <tag/Example/None.
 </descrip>
 </quote>
 
 
-<sect1>get_scpu_speed<label id="get_scpu_speed"><p>
+<sect1>get_turbomaster_speed<label id="get_turbomaster_speed"><p>
 
 <quote>
 <descrip>
-<tag/Function/Get the current speed of the C64/C128 SuperCPU cartridge.
+<tag/Function/Get the current speed of the C64 Turbo Master cartridge.
 <tag/Header/<tt/<ref id="accelerator.h" name="accelerator.h">/
-<tag/Declaration/<tt/unsigned char get_scpu_speed (void);/
-<tag/Description/The function returns the current speed of the SuperCPU cartridge.
+<tag/Declaration/<tt/unsigned char get_turbomaster_speed (void);/
+<tag/Description/The function returns the current speed of the C64 Turbo Master cartridge.
 <tag/Notes/<itemize>
-<item>The function is specific to the C128 and C64.
-<item>The function does not check for the presence of the cartridge.
+<item>The function is specific to the C64.
+<item>The function does not check for the presence of the C64 Turbo Master cartridge.
 <item>See the accelerator.h header for the speed definitions.
 </itemize>
 <tag/Availability/cc65 (not all platforms)
 <tag/See also/
-<ref id="detect_scpu" name="detect_scpu">,
-<ref id="set_scpu_speed" name="set_scpu_speed">,
+<ref id="detect_turbomaster" name="detect_turbomaster">,
+<ref id="set_turbomaster_speed" name="set_turbomaster_speed">,
 <tag/Example/None.
 </descrip>
 </quote>
 
-
 <sect1>getcpu<label id="getcpu"><p>
 
 <quote>