Added isfast function which returns a 1 when the C128 is in 2MHz mode.

This commit is contained in:
Marco van den Heuvel
2018-03-20 13:11:24 -07:00
parent b7a5dd76e9
commit 5d4116f05f
4 changed files with 50 additions and 1 deletions

View File

@@ -167,7 +167,8 @@ void fast (void);
void slow (void);
/* Switch the CPU into 1MHz mode. */
unsigned char isfast (void);
/* Returns 1 if the CPU is in 2MHz mode. */
/* End of c128.h */
#endif