]> git.sur5r.net Git - c128-kasse/blobdiff - include/c128time.h
use the more accurate CIA1 Time Of Day instead of the jiffy clock
[c128-kasse] / include / c128time.h
index c59528030579bcbe4688c96fad956691e2e24fc3..af76f84ff6b59e736378e5e2cf3dfc13af40996c 100644 (file)
@@ -1,5 +1,8 @@
 #ifndef TIME_H
 #define TIME_H
-void set_time(BYTE hrs, BYTE min, BYTE sec);
+#include <stdint.h>
+
+void set_time(uint8_t hrs, uint8_t min, uint8_t sec);
 char *get_time(void);
-#endif
+
+#endif /* TIME_H */