]> git.sur5r.net Git - c128-kasse/blob - src/globals.c
update the clock on the main menu via an irq handler
[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   kasse_menu = MENU_UNDEFINED;
9   return;
10 }