]> 4ch.mooo.com Git - 16.git/blobdiff - src/planrpcx.c
====PM WORKS! XMS PORTING IS NEXT! BCEXMM is broke====
[16.git] / src / planrpcx.c
index 9ed1096db65f89f936b6a3b9daf9ecbe11d2d380..eea4796ca6dc515ba0eedc765c0087a0d88857a9 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123\r
+ * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -24,6 +24,7 @@
 #include <dos.h>\r
 #include <string.h>\r
 #include "src/lib/modex16.h"\r
+#include "src/lib/modex16/16planar.h"\r
 \r
 global_game_variables_t gvar;\r
 planar_buf_t p, ptmp;\r
@@ -41,8 +42,6 @@ void main(int argc, char *argv[])
 {\r
 \r
        byte l[1024];\r
-       static byte e;\r
-       static word chx, chy, colpee;\r
        byte pee[2];\r
 \r
 //w=0;\r
@@ -64,7 +63,7 @@ baka = 1;
 //getch();\r
 \r
        textInit();\r
-       VGAmodeX(baka, &gvar);\r
+       VGAmodeX(baka, 1, &gvar);\r
        gvar.video.page[0]=modexDefaultPage(&gvar.video.page[0]);\r
 \r
        //fix up the palette and everything\r
@@ -110,7 +109,7 @@ getch();
        while(!kbhit())\r
        {\r
        }\r
-       VGAmodeX(0, &gvar);\r
+       VGAmodeX(0, 1, &gvar);\r
 \r
        //print out the contents of each plane\r
        for(plane=0; plane < 4; plane++) {\r
@@ -124,25 +123,6 @@ getch();
                }\r
        }\r
 \r
-       chx=0;\r
-       chy=0;\r
-       colpee=32;\r
-       for(e=0x00; e<=0xFE; e++)\r
-       {\r
-               if(chx+8>(gvar.video.page[0].width/2))\r
-               {\r
-                       chx=0;\r
-                       chy+=8;\r
-                       sprintf(pee,"%u", colpee);\r
-                       modexprint(&gvar.video.page[0], 200, 200, 1, 47, 0, &pee, 0);\r
-                       //getch();\r
-               }\r
-               modexprint(&gvar.video.page[0], chx, chy, 1, 0, colpee, &e, 0);\r
-               chx+=9;\r
-               colpee++;\r
-               if(colpee>=32+24) colpee=32;\r
-       }\r
-\r
        fprintf(stderr,"Project 16 planrpcx.exe. This is just a test file!\n");\r
        fprintf(stderr,"version %s\n", VERSION);\r
        fprintf(stderr,"%d\n", sizeof(p.plane));\r