home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
update30.lzh
/
UPDATE30
/
DIFFS
< prev
next >
Wrap
Text File
|
1993-07-30
|
997b
|
51 lines
*** 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;