]> git.sur5r.net Git - cc65/blobdiff - include/plus4.h
Added c16/plus4 fast(), isfast() and slow() functions, and updated the documentation...
[cc65] / include / plus4.h
index 81e3c5286588027f30aa4982904a0774e81e36ad..6edb947e55a33ba5a6e01a697b410b089ce31c67 100644 (file)
 extern void plus4_stdjoy_joy[];   /* Referred to by joy_static_stddrv[] */
 extern void plus4_stdser_ser[];
 
+void fast (void);
+/* Switch the CPU into double clock mode. */
+
+void slow (void);
+/* Switch the CPU into single clock mode. */
+
+unsigned char isfast (void);
+/* Returns 1 if the CPU is in double clock mode. */
 
 
 /* End of plus4.h */