]> git.sur5r.net Git - c128-kasse/blob - src/globals.c
track day of event and increment it when clock wraps
[c128-kasse] / src / globals.c
1 #define IS_GLOBALS_C
2 #include "globals.h"
3
4 void init_globals(void) {
5   printing = 1;
6   /* initialize daytime global, start the CIA TOD */
7   set_time(0, 0, 0, 0);
8   return;
9 }