]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_timer.c
updating copy left. i am super fuckin busy with school, and trying to get life back...
[16.git] / src / lib / 16_timer.c
index 5cb216c19b48f47ce61eff49b157f55e9c382636..c4a80522f032500514909a5d45decb9addd40d37 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
+ * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -27,13 +27,13 @@ static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */
 clock_t start_timer(global_game_variables_t *gv)\r
 {\r
        gv->kurokku.t = clock();\r
-       gv->kurokku.tiku = 0;\r
+       gv->kurokku.tiku = 0; gv->video.sfip = 0;\r
        gv->kurokku.clock_start = *clockw;\r
-       gv->kurokku.clock = clockw;\r
-       //gv->kurokku.frames_per_second = 60;\r
+       gv->kurokku.clock = (word *)clockw;\r
+       gv->kurokku.wcpu = WCPU_detectcpu();\r
 \r
-    //turn this off if XT\r
-       switch(detectcpu())\r
+       //turn this off if XT\r
+       switch(gv->kurokku.wcpu)\r
        {\r
                case 0:\r
                        gv->kurokku.fpscap=0;\r
@@ -41,7 +41,7 @@ clock_t start_timer(global_game_variables_t *gv)
                break;\r
                default:\r
                        gv->kurokku.fpscap=1;\r
-                       gv->kurokku.frames_per_second=60;\r
+                       gv->kurokku.frames_per_second=FPSVALUE;\r
                break;\r
        }\r
        return gv->kurokku.t;\r
@@ -65,14 +65,12 @@ double time_in_seconds(global_game_variables_t *gv)
        return (gv->kurokku.t) / CLOCKS_PER_SEC;\r
 }\r
 \r
-// big global status text buffer\r
-char global_temp_status_text[512];\r
-\r
 /*double time_in_seconds(time_t in_t)\r
 {\r
        return (in_t) / CLOCKS_PER_SEC;\r
 }*/\r
 \r
+#if 0\r
 /*     sync    */\r
 void shinkutxt(global_game_variables_t *gv)\r
 {\r
@@ -99,6 +97,7 @@ void shinkutxt(global_game_variables_t *gv)
 //     }\r
 }\r
 \r
+//#if 0\r
 void WaitPee()\r
 {\r
     while(inp(INPUT_STATUS_1)  & 8)  {\r
@@ -109,3 +108,4 @@ void WaitPee()
        /* spin */\r
     }\r
 }\r
+#endif\r