]> 4ch.mooo.com Git - 16.git/commitdiff
added keendreams for reference ww and omitted vrs from make all wwww
authorsparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 14:54:42 +0000 (09:54 -0500)
committersparky4 <sparky4@cock.li>
Fri, 24 Jun 2016 14:54:42 +0000 (09:54 -0500)
makefile
src/0.c [moved from src/tesuto0.c with 99% similarity]
tesuto0.exe [new file with mode: 0755]

index 4105991ce25cce8706945d36b6087aef109fa829..2d185ff0444bd849a797f50202ee596b9013ec1e 100755 (executable)
--- 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
similarity index 99%
rename from src/tesuto0.c
rename to src/0.c
index 2f329e7c6d669bd237dfe009165a7cf28911b77d..4011e491d939592078544f64d128b2cb4f556abc 100755 (executable)
+++ 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 (executable)
index 0000000..6f85dee
Binary files /dev/null and b/tesuto0.exe differ