Moved declarations that are common to the C16 and the Plus4 libraries over to their common header.
This commit is contained in:
@@ -136,11 +136,16 @@
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
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 cbm264.h */
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user