gfx_vga.c

来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· C语言 代码 · 共 31 行

C
31
字号
/*-----------------------------------------------------------------------------
 * GFX_VGA.C
 *
 * Version 2.0 - February 21, 2000
 *
 * This file contains routines to interface to the VGA registers.  Some
 * operating systems require mode sets be done through VGA, rather than
 * directly using the "gfx_set_display_mode" routine.
 *
 * History:
 *    Versions 0.1 through 2.0 by Brian Falardeau.
 *]
 * Copyright (c) 1999-2000 National Semiconductor.
 *-----------------------------------------------------------------------------
 */

/* INCLUDE SUPPORT FOR FIRST GENERATION, IF SPECIFIED. */

#if GFX_VGA_GU1
#include "vga_gu1.c"
#endif

/* WRAPPERS IF DYNAMIC SELECTION */
/* Extra layer to call either first or second generation routines. */

#if GFX_VGA_DYNAMIC

#endif /* GFX_DISPLAY_DYNAMIC */

/* END OF FILE */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?