]> 4ch.mooo.com Git - 16.git/commitdiff
poke
authorsparky4 <sparky4@cock.li>
Sat, 3 Oct 2015 21:43:03 +0000 (16:43 -0500)
committersparky4 <sparky4@cock.li>
Sat, 3 Oct 2015 21:43:03 +0000 (16:43 -0500)
19 files changed:
16.exe
16.map
bakapi.map
exmmtest.map
fmemtest.map
fontgfx.map
fonttest.map
inputest.map
makefile
maptest.map
palettec.map
pcxtest.map
pcxtest2.map
scroll.exe
scroll.map
src/lib/scroll16.c
test.map
test2.map
vgmtest.map

diff --git a/16.exe b/16.exe
index ccf3303a2a11d6057f64c1a0f2a1f4532dd73300..ffa42f5577cd2373e130634a2cb0b4a19006b5bf 100755 (executable)
Binary files a/16.exe and b/16.exe differ
diff --git a/16.map b/16.map
index af8f3e6157a741ac07a07244f7e2400808b60879..98ad0c0696146df178f8ff61a3fa96fe7f49702e 100755 (executable)
--- a/16.map
+++ b/16.map
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: 16.exe
 creating a DOS executable
 
index efe2ce07669a74f9c837dc5dfa1d1b00f564ce97..66d18373d34e2281c113919db9a493c291bb0008 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: bakapi.exe
 creating a DOS executable
 
index 234ccdb02e8235b79797ed04737058627902535d..c82af9002d74d4c50ff1537a6753fc7c1f39c177 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: exmmtest.exe
 creating a DOS executable
 
index 40815652e6fc13fa87fe51a513269937752442f6..fdc3fb60f0460bced4fd07629d74faf2cc857727 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: fmemtest.exe
 creating a DOS executable
 
index a28543f64c606582a1abc045a36bf242cb1233c8..e8841c14250daf856153530164696e2809601dde 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: fontgfx.exe
 creating a DOS executable
 
index 985d60e46cab238b15f097408e112f61ae221044..e59a7c0449c205dabc1197715b68c3a252f5847f 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: fonttest.exe
 creating a DOS executable
 
index e98456a5191c2e500c393192adbccfa754587d58..02eb7eef71cea94f4bc756b95cbc785bb82f906b 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: inputest.exe
 creating a DOS executable
 
index 2aca190bb741d99ad834c8adb5ec81641dd6b41e..3187305b054dfd1104f2d326003b9c6e1c26e3be 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -364,7 +364,7 @@ clean: .symbolic
 #      @echo $(INCLUDE)
 
 comp: .symbolic
-       upx -9 -qqq $(EXEC)
+       @upx -9 -qqq $(EXEC)
 
 updatelibs: .symbolic
        cd $(JSMNLIB)
index 4f464507db8d54f4a0e7a342ebe6942ae91ba004..f47226ac6796178c291169a68c1edfad1e13abf9 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: maptest.exe
 creating a DOS executable
 
index b9a3f8f35f506d982bcdc4adea5fa69621da74ca..38da0a9d828aa399f08431f4b2f99bc4e0127c31 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: palettec.exe
 creating a DOS executable
 
index e2e43862c364fe689d5eb29a93e11302b0de2e68..ad03134b1e31f7bcb16d0b2a389ea18be255b2fb 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: pcxtest.exe
 creating a DOS executable
 
index ab9c8865b0662fb9c9acb8211bc1551561a960e1..1288bb5bf3cc336fbad72fd195068fad78a3c7e0 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: pcxtest2.exe
 creating a DOS executable
 
index 4005c18fbd8cd6431932d80e21029880d48757c3..ee90cef17fa5900a89a19ceb7e237579fe644bd4 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index 2dc384672ea703e22009a8b8ef58bd748595e89b..2a054a49df35774daa1abf2eaada22fc76a61a3a 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: scroll.exe
 creating a DOS executable
 
@@ -36,7 +36,7 @@ kitten_TEXT            CODE           AUTO           0000:7840       0000080a
 16_hc_TEXT             CODE           AUTO           0000:8050       0000158b
 timer_TEXT             CODE           AUTO           0000:95e0       00000209
 _TEXT                  CODE           AUTO           097f:0000       00009f29
-scroll16_TEXT          CODE           AUTO           097f:9f30       00003471
+scroll16_TEXT          CODE           AUTO           097f:9f30       00003475
 bitmap_TEXT            CODE           AUTO           097f:d3b0       000005c9
 planar_TEXT            CODE           AUTO           097f:d980       00000275
 16text_TEXT            CODE           AUTO           097f:dc00       0000010d
@@ -230,7 +230,7 @@ Module: gfx.lib(/dos/z/16/src/lib/scroll16.c)
 097f:cd32+     mapDrawWRow_
 097f:ce60*     mapDrawWCol_
 097f:cfaa      shinku_
-097f:d11c+     animatePlayer_
+097f:d120+     animatePlayer_
 Module: gfx.lib(/dos/z/16/src/lib/bitmap.c)
 097f:d6b2      bitmapLoadPcx_
 097f:d80e*     bitmapLoadPcxTiles_
index 59fab847e0a04b8ead6c87d3db79d78085ced54f..f0fb6d34948dbb517e24dca12553a2a7e7ca556f 100755 (executable)
@@ -595,7 +595,7 @@ void shinku(page_t *page, global_game_variables_t *gv)
                word col = 15;
                word bgcol = 0;
                word type = 1;
-               pee = _fmalloc(sizeof(byte)*2);
+               pee = _nmalloc(sizeof(byte)*2);
                //t=(((*(gv->clock))-gv->clock_start) /18.2);
                sprintf(pee, "%f fps", (double)gv->kurokku.tiku/ticktock(gv));
                modexprint(page, 16, 16, 1, 15, 0, pee);
index 76289900f109b1d500e61cd3c12be73ba20113ef..ea8a1a841054764718cccfee058d54919bd67e47 100755 (executable)
--- a/test.map
+++ b/test.map
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: test.exe
 creating a DOS executable
 
index b9dfa2fc36b16a9c160c6491726da82bcb535ea0..bf327dcf2f22190b5edeebc40625f3eaf3a92e81 100755 (executable)
--- a/test2.map
+++ b/test2.map
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: test2.exe
 creating a DOS executable
 
index 5f6d1122786b112601615c127016e592a58802da..c7acd8b27f8f1a79b2a55b166e1951a18201a03f 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 09:27:06 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/10/03 14:56:12
+Created on:       15/10/03 16:42:51
 Executable Image: vgmtest.exe
 creating a DOS executable