]> git.sur5r.net Git - c128-kasse/commitdiff
itemz: fix depreciation warnings, make it fast()
authorMaik Fischer <maikf@qu.cx>
Mon, 25 Sep 2017 10:37:45 +0000 (12:37 +0200)
committerMaik Fischer <maikf@qu.cx>
Mon, 25 Sep 2017 10:37:45 +0000 (12:37 +0200)
src/itemz.c

index e5e9f899f9c853846142ebaadd5932d97e5e7f0f..fcf3a9cae9fd752b4849306ff6afdb219431391e 100644 (file)
@@ -134,8 +134,13 @@ static void itemz_manager() {
 }
 
 int main(void) {
-  if (VIDEOMODE == 40)
-    toggle_videomode();
+  if (VIDEOMODE == 40) {
+    videomode(80);
+  }
+
+  /*  clock CPU at double the speed (a whopping 2 Mhz!) */
+  fast();
+
   credits.num_items = 0;
   status.num_items = 0;
   cprintf("itemz loading...\n");