From: sparky4 Date: Tue, 13 Oct 2015 15:25:45 +0000 (-0500) Subject: ok X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=e9066cfaba16251940d09bdc419225522d27dc29;p=16.git ok --- diff --git a/palettel.exe b/palettel.exe index 709cc74c..ef0eb1c3 100755 Binary files a/palettel.exe and b/palettel.exe differ diff --git a/palettel.map b/palettel.map index 2d3038a7..1f7a2ec0 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:25:05 +Created on: 15/10/13 10:25:44 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 0000009e +palettel_TEXT CODE AUTO 0000:0000 00000094 16_in_TEXT CODE AUTO 0000:00a0 00001e80 16_mm_TEXT CODE AUTO 0000:1f20 00003308 wcpu_TEXT CODE AUTO 0000:5230 00000058 @@ -177,8 +177,8 @@ Module: /dos/fdos/watcom2/lib286/dos/clibh.lib(stk086.asm) 0000:7aa5 __STKOVERFLOW_ Module: gfx.lib(/dos/z/16/src/lib/modex16.c) 0f0b:01b8* VGAmodeX_ -0f0b:0260 modexEnter_ -0f0b:02fa modexLeave_ +0f0b:0260+ modexEnter_ +0f0b:02fa* modexLeave_ 0f0b:0312* modexDefaultPage_ 0f0b:0378* modexNextPage_ 0f0b:0448* modexNextPageFlexibleSize_ @@ -632,4 +632,4 @@ gfx.lib Stack size: dac0 (56000.) Memory size: 00020710 (132880.) Entry point address: 0000:7c56 -Link time: 00:00.07 +Link time: 00:00.64 diff --git a/src/palettel.c b/src/palettel.c index 45211087..8d495704 100755 --- a/src/palettel.c +++ b/src/palettel.c @@ -28,7 +28,7 @@ main(int argc, char *argv[]) byte *pal; char *bakapee; - modexEnter(); + //modexEnter(); pal = modexNewPal(); bakapee = malloc(64); @@ -42,5 +42,5 @@ main(int argc, char *argv[]) modexFadeOn(1, pal); modexPalUpdate1(pal); - modexLeave(); + //modexLeave(); }