From: sparky4 Date: Mon, 15 May 2017 15:29:59 +0000 (-0500) Subject: xcroll.exe needs through testing on real hardware./wbuild.sh; wmake www./wbuild.sh... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=ad167659d2632401aabe0266016206076c5e7caa;p=16.git xcroll.exe needs through testing on real hardware./wbuild.sh; wmake www./wbuild.sh; wmake www 16_ca needs huge amounts of work and I should remember what needs to be done soon[going to port rest of code to borland c some time so we can use the core components of id engine here ][going to add 16_us.c eventually but the debug system and CA_ PM_ and MM_ usage is priority now]older zcroll renamed to xcroll][zcroll is now the pre menu game loop system with PROPER data usage with CAMMPM] added 1st scroll back [i work on CA] palette debug show values added wwww and i need to know how to see vrs/vrl imaage data palette index numbers [i am trying to find out how the hell you get the index number values of VRL/VRS] boom has been fixed ^^[CA_CacheMap added seems to be used in start a new game] what is mapsegs? --- diff --git a/makefile b/makefile index c14d9353..36084f4a 100755 --- a/makefile +++ b/makefile @@ -119,7 +119,8 @@ UPXQ=-qqq # # compile flags # -S_FLAGS=-sg -st -of+ -zu -zdf -zff -zgf -k32768#24576 +#-st +S_FLAGS=-sg -of+ -zu -zdf -zff -zgf -k24576#32768 Z_FLAGS=-zk0 -zc -zm -zp4 -ei O_FLAGS=-opnr -oe=24 -oil+ -outback -ohm T_FLAGS=-bt=dos -wx -m$(MEMORYMODE) -0 -fpi87 -d1 -fo=.$(OBJ)## -e=65536 diff --git a/ps.exe b/ps.exe index 46bd72ca..dff96744 100755 Binary files a/ps.exe and b/ps.exe differ diff --git a/src/lib/16_dbg.h b/src/lib/16_dbg.h index 3322046c..3a2ce94c 100755 --- a/src/lib/16_dbg.h +++ b/src/lib/16_dbg.h @@ -7,6 +7,8 @@ #include "src/lib/16_tdef.h" #define __DEBUG__ + +#ifdef __DEBUG__ //#define __DEBUG_InputMgr__ #define __DEBUG_MAP__ //#define __DEBUG_2__ @@ -16,6 +18,7 @@ //#define __DEBUG_RF__ #define __DEBUG_SPRI__ #define __DEBUG_VL__ +#endif #ifdef __DEBUG__ diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 8cb5a708..709a871c 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -457,7 +457,7 @@ typedef struct word bordercolor; boolean fastpalette; byte far palette1[256][3],far palette2[256][3]; - pictabletype _seg *pictable; +//???? pictabletype _seg *pictable; //keen/cata vars // spritetabletype _seg *spritetable; // unsigned *shifttabletable[8]; diff --git a/src/lib/bakapee.c b/src/lib/bakapee.c index 52786282..ac7978e9 100755 --- a/src/lib/bakapee.c +++ b/src/lib/bakapee.c @@ -23,8 +23,8 @@ #include "src/lib/bakapee.h" //static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ -char global_temp_status_text[512]; -char global_temp_status_text2[512]; +//char global_temp_status_text[512]; +//char global_temp_status_text2[512]; //==========================================================================