test.exe &
test0.exe &
pcxtest.exe &
- pcxtest2.exe &
$(EXTERNTESTEXEC)
+TESTEXEC3= &
+ pcxtest2.exe
UTILEXEC = &
palettel.exe &
palettec.exe
palettel.exe: palettel.$(OBJ) gfx.lib $(DOSLIB)
pcxtest2.exe: pcxtest2.$(OBJ) gfx.lib $(DOSLIB)
#planrpcx.exe: planrpcx.$(OBJ) gfx.lib
-maptest.exe: maptest.$(OBJ) 16_map.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB)
+maptest.exe: maptest.$(OBJ) 16_map.$(OBJ) 16_head.$(OBJ) gfx.lib $(DOSLIB) $(16LIB)
fmemtest.exe: fmemtest.$(OBJ)
exmmtest.exe: exmmtest.$(OBJ) $(16LIB) $(DOSLIB)
vgmtest.exe: vgmtest.$(OBJ) vgmsnd.lib $(16LIB) $(DOSLIB)
#include "src/lib/16_head.h"\r
#include "src/lib/16_ca.h"\r
#include "src/lib/16_mm.h"\r
-#include "src/lib/types.h"\r
+#include "src/lib/16_t.h"\r
\r
void\r
main(int argc, char *argv[])\r
*/\r
#include <stdio.h>\r
#include <conio.h>\r
-#include "src/lib/types.h"\r
+#include "src/lib/16_t.h"\r
//#include "lib/16text.h"\r
#include "src/lib/16_vl.h"\r
\r
if(map.width*map.height != 1200) exit(-3);\r
for(i=0; i<(map.width*map.height); i++)\r
{\r
- fprintf(stdout, "%04d[%02d]", i, map.data[0][i]);\r
+ fprintf(stdout, "%04d[%02d]", i, map.data[i]);\r
if(i && !(i%map.width)) fprintf(stdout, "\n");\r
}\r
fprintf(stdout, "\n");\r