HomeSort by: relevance | last modified time | path
    Searched defs:falshift (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
grfabs_fal.c 233 u_short falshift, stshift; local in function:falcon_detect
266 falshift = vregs->vd_fal_res;
269 if (falshift & 0x400) /* 2 color */
271 else if (falshift & 0x100) /* high color, direct */
273 else if (falshift & 0x10) /* 256 color */
grfabs_fal.c 233 u_short falshift, stshift; local in function:falcon_detect
266 falshift = vregs->vd_fal_res;
269 if (falshift & 0x400) /* 2 color */
271 else if (falshift & 0x100) /* high color, direct */
273 else if (falshift & 0x10) /* 256 color */

Completed in 24 milliseconds