]> git.sur5r.net Git - cc65/blobdiff - include/cbm264.h
Fixed LinuxDoc Tools issues in some verbatim blocks in the Atari document.
[cc65] / include / cbm264.h
index 46fa64050c3893dcd051b48537e3ece3c9d7e731..5e8a242a7db543440fd0d922131d0704e122f9db 100644 (file)
 /*                                   Code                                    */
 /*****************************************************************************/
 
+void fast (void);
+/* Switch the CPU into double-clock mode. */
 
+void slow (void);
+/* Switch the CPU into single-clock mode. */
 
-/* End of cbm264.h */
-#endif
-
+unsigned char isfast (void);
+/* Returns 1 if the CPU is in double-clock mode. */
 
 
 
+/* End of cbm264.h */
+#endif