From: sparky4 Date: Fri, 24 Jun 2016 14:54:42 +0000 (-0500) Subject: added keendreams for reference ww and omitted vrs from make all wwww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=dac316a156ebe3465a8f0d574716317a1bb6ba54;p=16.git added keendreams for reference ww and omitted vrs from make all wwww --- diff --git a/makefile b/makefile index 4105991c..2d185ff0 100755 --- a/makefile +++ b/makefile @@ -96,7 +96,7 @@ DOSLIBLIBS += $(DOSLIBDIR)$(DIRSEP)hw$(DIRSEP)8250$(DIRSEP)dos86h$(DIRSEP)8250.l TESTEXEC = exmmtest.exe test.exe test0.exe pcxtest.exe pcxtest2.exe test2.exe palettec.exe maptest.exe fmemtest.exe fonttest.exe fontgfx.exe scroll.exe vgmtest.exe inputest.exe palettel.exe planrpcx.exe -EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe tesuto0.exe +EXEC = 16.exe bakapi.exe $(TESTEXEC) tesuto.exe 0.exe all: $(EXEC) joytest.exe #16.lib => $(16LIBOBJS) bug.... @@ -132,10 +132,10 @@ tesuto.exe: tesuto.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib tesuto.$(OBJ): $(SRC)tesuto.c wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto.c -tesuto0.exe: tesuto0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib - wcl $(FLAGS) $(WCLQ) tesuto0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib -tesuto0.$(OBJ): $(SRC)tesuto0.c - wcl $(FLAGS) $(WCLQ) -c $(SRC)tesuto0.c +0.exe: 0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib + wcl $(FLAGS) $(WCLQ) 0.$(OBJ) $(DOSLIBLIBS) 16_head.$(OBJ) gfx.lib +0.$(OBJ): $(SRC)0.c + wcl $(FLAGS) $(WCLQ) -c $(SRC)0.c test.exe: test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) $(DOSLIBLIBS) $(16LIB) wcl $(FLAGS) test.$(OBJ) gfx.lib 16_in.$(OBJ) 16_head.$(OBJ) $(DOSLIBLIBS) $(16LIB) -fm=test.mah diff --git a/src/tesuto0.c b/src/0.c similarity index 99% rename from src/tesuto0.c rename to src/0.c index 2f329e7c..4011e491 100755 --- a/src/tesuto0.c +++ b/src/0.c @@ -100,6 +100,7 @@ int main(int argc,char **argv) { vrl_lineoffs = vrl1_vgax_genlineoffsets(vrl_header,buffer+sizeof(*vrl_header),bufsz-sizeof(*vrl_header)); if (vrl_lineoffs == NULL) return 1; + //4 this dose the screen { unsigned int i,j,o; @@ -126,6 +127,7 @@ int main(int argc,char **argv) { VGA_RAM_PTR omemptr; int xdir=1,ydir=1; + //4 this dose the sprite? wwww /* fill pattern offset with a distinctive pattern */ for (i=0;i < vga_state.vga_width;i++) { o = (i >> 2) + pattern_ofs; diff --git a/tesuto0.exe b/tesuto0.exe new file mode 100755 index 00000000..6f85deef Binary files /dev/null and b/tesuto0.exe differ