1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-06 20:37:16 +00:00

Fixed the order of some functions.

This commit is contained in:
Marco van den Heuvel 2018-05-01 14:45:51 -07:00
parent 21e6f25e70
commit b1c3daca3a

View File

@ -3682,28 +3682,6 @@ header files define constants that can be used to check the return code.
</quote>
<sect1>get_turbomaster_speed<label id="get_turbomaster_speed"><p>
<quote>
<descrip>
<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_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 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_turbomaster" name="detect_turbomaster">,
<ref id="set_turbomaster_speed" name="set_turbomaster_speed">,
<tag/Example/None.
</descrip>
</quote>
<sect1>get_scpu_speed<label id="get_scpu_speed"><p>
<quote>
@ -3726,6 +3704,27 @@ header files define constants that can be used to check the return code.
</quote>
<sect1>get_turbomaster_speed<label id="get_turbomaster_speed"><p>
<quote>
<descrip>
<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_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 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_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>