X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=5325303c9bd6c4b1a749018136cee484105ed62e;hb=c11666ac6f605f561e9c6c6f2bba3bccea4a7b18;hp=2f61443de3d0a72af5148d8fdba8e3680fbd019f;hpb=919eea722c3f1baa9b87becf77e5ca013e75da03;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index 2f61443d..5325303c 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -23,13 +23,14 @@ #include #include #include -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" #include "src/lib/bitmap.h" //----#include "src/lib/planar.h" -global_game_variables_t gvar; +static word far* clockw= (word far*) 0x046C; /* 18.2hz clock */ void main() { + static global_game_variables_t gvar; bitmap_t bmp; //---- planar_buf_t *p; int i;