]> git.sur5r.net Git - c128-kasse/blob - include/c128time.h
use the more accurate CIA1 Time Of Day instead of the jiffy clock
[c128-kasse] / include / c128time.h
1 #ifndef TIME_H
2 #define TIME_H
3 #include <stdint.h>
4
5 void set_time(uint8_t hrs, uint8_t min, uint8_t sec);
6 char *get_time(void);
7
8 #endif /* TIME_H */