]> 4ch.mooo.com Git - 16.git/commitdiff
ok
authorsparky4 <sparky4@cock.li>
Tue, 13 Oct 2015 15:25:05 +0000 (10:25 -0500)
committersparky4 <sparky4@cock.li>
Tue, 13 Oct 2015 15:25:05 +0000 (10:25 -0500)
palettel.exe
palettel.map
src/palettel.c

index be26fcf04842e0eb2de5eb557938f93c4a985f98..709cc74c9a6939bd45cf198d7056b27601d16954 100755 (executable)
Binary files a/palettel.exe and b/palettel.exe differ
index 815c0ce52128de3569f56da098b4377a61e866a5..2d3038a7ae25575650858a1ccf9977f7862724fc 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 16 2015 10:14:10 (64-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/13 10:22:06
+Created on:       15/10/13 10:25:05
 Executable Image: palettel.exe
 creating a DOS executable
 
@@ -24,7 +24,7 @@ DGROUP                          116b:0000            0000f060
 Segment                Class          Group          Address         Size
 =======                =====          =====          =======         ====
 
-palettel_TEXT          CODE           AUTO           0000:0000       00000093
+palettel_TEXT          CODE           AUTO           0000:0000       0000009e
 16_in_TEXT             CODE           AUTO           0000:00a0       00001e80
 16_mm_TEXT             CODE           AUTO           0000:1f20       00003308
 wcpu_TEXT              CODE           AUTO           0000:5230       00000058
@@ -206,7 +206,7 @@ Module: gfx.lib(/dos/z/16/src/lib/modex16.c)
 0f0b:146a      modexPalBlack_
 0f0b:1494*     modexPalWhite_
 0f0b:14be+     modexPalUpdate_
-0f0b:1a2e+     modexPalUpdate1_
+0f0b:1a2e      modexPalUpdate1_
 0f0b:1aa8*     modexPalUpdate0_
 0f0b:1af4+     chkcolor_
 0f0b:1e0c+     modexputPixel_
@@ -632,4 +632,4 @@ gfx.lib
 Stack size:  dac0 (56000.)
 Memory size:  00020710 (132880.)
 Entry point address: 0000:7c56
-Link time: 00:00.70
+Link time: 00:00.07
index 6cdf4ab4db059855a0d120993292cee1d586f59a..4521108750c2384b1b2248e1db54e255c7c2abcb 100755 (executable)
@@ -40,6 +40,7 @@ main(int argc, char *argv[])
 \r
        modexLoadPalFile(bakapee, &pal);\r
        modexFadeOn(1, pal);\r
+       modexPalUpdate1(pal);\r
 \r
        modexLeave();\r
 }\r