]> git.sur5r.net Git - cc65/commitdiff
Order fix.
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Wed, 2 May 2018 18:23:43 +0000 (11:23 -0700)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Wed, 2 May 2018 18:23:43 +0000 (11:23 -0700)
doc/funcref.sgml

index 88581c361dcd7ae3ed5285ac14a0df8d3d415589..f10379c938f723e0a2c6632a581664537e253583 100644 (file)
@@ -6364,45 +6364,45 @@ clean-up when exitting the program.
 </quote>
 
 
-<sect1>set_turbomaster_speed<label id="set_turbomaster_speed"><p>
+<sect1>set_scpu_speed<label id="set_scpu_speed"><p>
 
 <quote>
 <descrip>
-<tag/Function/Set the current speed of the C64 Turbo Master cartridge.
+<tag/Function/Set the current speed of the C64/C128 SuperCPU cartridge.
 <tag/Header/<tt/<ref id="accelerator.h" name="accelerator.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ set_turbomaster_speed (unsigned char speed);/
-<tag/Description/The function returns the speed after trying to set the speed of the C64 Turbo Master cartridge.
+<tag/Declaration/<tt/unsigned char __fastcall__ set_scpu_speed (unsigned char speed);/
+<tag/Description/The function returns the speed after trying to set the 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="get_turbomaster_speed" name="get_turbomaster_speed">,
+<ref id="detect_scpu" name="detect_scpu">,
+<ref id="get_scpu_speed" name="get_scpu_speed">,
 <tag/Example/None.
 </descrip>
 </quote>
 
 
-<sect1>set_scpu_speed<label id="set_scpu_speed"><p>
+<sect1>set_turbomaster_speed<label id="set_turbomaster_speed"><p>
 
 <quote>
 <descrip>
-<tag/Function/Set the current speed of the C64/C128 SuperCPU cartridge.
+<tag/Function/Set the current speed of the C64 Turbo Master cartridge.
 <tag/Header/<tt/<ref id="accelerator.h" name="accelerator.h">/
-<tag/Declaration/<tt/unsigned char __fastcall__ set_scpu_speed (unsigned char speed);/
-<tag/Description/The function returns the speed after trying to set the speed of the SuperCPU cartridge.
+<tag/Declaration/<tt/unsigned char __fastcall__ set_turbomaster_speed (unsigned char speed);/
+<tag/Description/The function returns the speed after trying to set the 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="get_scpu_speed" name="get_scpu_speed">,
+<ref id="detect_turbomaster" name="detect_turbomaster">,
+<ref id="get_turbomaster_speed" name="get_turbomaster_speed">,
 <tag/Example/None.
 </descrip>
 </quote>