/* 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
-/* Include the base header file for the 264 series. include file.
- */
+/* Include the base header file for the 264 series. */
#include <cbm264.h>
/* Define hardware */
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 */