From: sparky4 Date: Tue, 13 Oct 2015 15:25:05 +0000 (-0500) Subject: ok X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fb20c65d2372ee570f5c1fd61d4ad1a440e0d252;p=16.git ok --- diff --git a/palettel.exe b/palettel.exe index be26fcf0..709cc74c 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/palettel.map b/palettel.map index 815c0ce5..2d3038a7 100755 --- a/palettel.map +++ b/palettel.map @@ -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 diff --git a/src/palettel.c b/src/palettel.c index 6cdf4ab4..45211087 100755 --- a/src/palettel.c +++ b/src/palettel.c @@ -40,6 +40,7 @@ main(int argc, char *argv[]) modexLoadPalFile(bakapee, &pal); modexFadeOn(1, pal); + modexPalUpdate1(pal); modexLeave(); }