]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/test2.c
modified: 16/Project 16.bfproject
[16.git] / 16 / modex16 / test2.c
index a366998084c9cc7553215a86699d1c3ca6762e85..19f05e09769e825ec09bb9e630048192dde12f73 100644 (file)
@@ -10,13 +10,13 @@ void main() {
 \r
     page=modexDefaultPage();\r
 \r
-    setvideo(1);\r
+    modexEnter();\r
     start = *clock;\r
     for(i=0; i<500; i++) {\r
        modexShowPage(&page);\r
     }\r
     t1 = (*clock - start)/18.2;\r
-    setvideo(0);\r
+    modexLeave();\r
 \r
     printf("Time: %f\n", t1);\r
 }\r