*** 1.2 1993/02/26 04:07:09 --- bitmap.c 1993/04/21 18:47:11 *************** *** 104,109 **** --- 104,110 ---- } /* determine screen depth */ + DEPTH=1; for (i = 1; i < 32; i++) { if (work_out[13] <= (1L << i)) { DEPTH = i; *** 1.2 1993/02/26 04:07:09 --- bitmap.h 1993/04/21 18:30:53 *************** *** 166,172 **** extern int DEPTH; /* on the atari, this can vary */ #define NOCOLOR (0x0F) ! #if 0 #define GETCOLOR(x) ((x)<<4) #define PUTCOLOR(x) ((x)>>4) #else --- 166,172 ---- extern int DEPTH; /* on the atari, this can vary */ #define NOCOLOR (0x0F) ! #if 1 #define GETCOLOR(x) ((x)<<4) #define PUTCOLOR(x) ((x)>>4) #else *** 1.2 1993/02/26 04:07:09 --- line.c 1993/04/22 23:02:30 *************** *** 108,114 **** dx = x1 - x0; dy = y1 - y0; ! #if 1 color = PUTCOLOR(func); #else color = 1; --- 108,114 ---- dx = x1 - x0; dy = y1 - y0; ! #if 0 color = PUTCOLOR(func); #else color = 1;