]> 4ch.mooo.com Git - 16.git/blobdiff - 16/modex16/test2.c
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / 16 / modex16 / test2.c
old mode 100644 (file)
new mode 100755 (executable)
index 19f05e0..9118279
@@ -5,7 +5,6 @@ word far* clock= (word far*) 0x046C; /* 18.2hz clock */
 void main() {\r
     int i;\r
     word start;\r
-    float t1, t2;\r
     page_t page;\r
 \r
     page=modexDefaultPage();\r
@@ -15,8 +14,6 @@ void main() {
     for(i=0; i<500; i++) {\r
        modexShowPage(&page);\r
     }\r
-    t1 = (*clock - start)/18.2;\r
     modexLeave();\r
 \r
-    printf("Time: %f\n", t1);\r
 }\r