]> git.sur5r.net Git - c128-kasse/blobdiff - src/globals.c
update the clock on the main menu via an irq handler
[c128-kasse] / src / globals.c
index 51533ead0c05098b36c20f033ec055517e8a702e..014b556dfec7061b6d3fa4e4f0c9c41f2abf8f39 100644 (file)
@@ -5,5 +5,6 @@ void init_globals(void) {
   printing = 1;
   /* initialize daytime global, start the CIA TOD */
   set_time(0, 0, 0, 0);
+  kasse_menu = MENU_UNDEFINED;
   return;
 }