|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "vga.h"
Go to the source code of this file.
Variables | |
| VIDEO_ACCESS_RANGE | VgaAccessRange [] |
| USHORT | VGA_640x480 [] |
| USHORT | VGA_TEXT_0 [] |
| USHORT | VGA_TEXT_1 [] |
| VIDEOMODE | ModesVGA [] |
| ULONG | NumVideoModes = sizeof(ModesVGA) / sizeof(VIDEOMODE) |
| PVIDEOMODE | VgaModeList |
| USHORT | EnableA000Data [] |
| USHORT | DisableA000Color [] |
| USHORT DisableA000Color[] |
| USHORT EnableA000Data[] |
| VIDEOMODE ModesVGA[] |
Definition at line 281 of file vgadata.c.
Referenced by InitializeModeTable().
Definition at line 433 of file vgadata.c.
Referenced by InitializeModeTable(), VgaQueryAvailableModes(), VgaQueryNumberOfAvailableModes(), and VgaSetMode().
| VIDEO_ACCESS_RANGE VgaAccessRange[] |
Definition at line 16 of file vgadata.c.
Referenced by VgaAcquireResources(), VgaFindAdapter(), and VgaStartIO().
| PVIDEOMODE VgaModeList |
Definition at line 434 of file vgadata.c.
Referenced by InitializeModeTable(), VgaQueryAvailableModes(), and VgaSetMode().