X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_head.h;h=81af81c5f04fcf1ed80ddba48840afc9e720896f;hb=7e8071d0d71afdaff03a87e4ff7afb153088fbaf;hp=251d0b6b41d475797f6434cdb714951234b8c18e;hpb=610f077e5822d18bef7bc9ee4f2b7b90a116bc17;p=16.git diff --git a/src/lib/16_head.h b/src/lib/16_head.h index 251d0b6b..81af81c5 100755 --- a/src/lib/16_head.h +++ b/src/lib/16_head.h @@ -49,7 +49,6 @@ #include #include #include //16_vrs.h -#include "src/lib/16_dbg.h" #endif #ifdef __BORLANDC__ #include @@ -59,6 +58,7 @@ #include "src/lib/16_t.h" #include "src/lib/16_tdef.h" #include "src/lib/nyan/kitten.h" +#include "src/lib/16_dbg.h" #define VERSION __DATE__ " " __TIME__ @@ -161,11 +161,13 @@ extern int profilehandle,debughandle; //make it into game global #define nil ((void *)0) #ifdef __BORLANDC__ -#define _FCORELEFT 0x90000UL-16UL +//#define _FCORELEFT 0x90000UL-16UL +#define _FCORELEFT HC_farcoreleft() #define sprite #endif #ifdef __WATCOMC__ -#define _FCORELEFT 0x90000UL+16UL +//#define _FCORELEFT 0x90000UL+16UL +#define _FCORELEFT HC_farcoreleft() /*static union REGS CPURegs; #define _AX CPURegs.x.ax