ReactOS 0.4.15-dev-7953-g1f49173
vgadata.c File Reference
#include "vga.h"
Include dependency graph for vgadata.c:

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 []
 

Variable Documentation

◆ DisableA000Color

USHORT DisableA000Color[]
Initial value:
= {
OWM,
1,
0x0100,
OWM,
3,
0x0004, 0x1005, 0x0E06,
OWM,
3,
0x0302, 0x0204, 0x0300,
}
#define EOD
Definition: cmdcnst.h:60
#define OWM
Definition: cmdcnst.h:85
#define SEQ_ADDRESS_PORT
Definition: vga.h:69
#define GRAPH_ADDRESS_PORT
Definition: vga.h:81

Definition at line 473 of file vgadata.c.

Referenced by VgaZeroVideoMemory().

◆ EnableA000Data

USHORT EnableA000Data[]
Initial value:
= {
OWM,
1,
0x0100,
OWM,
3,
0x0204,
0x0005,
0x0406,
OWM,
3,
0x0402,
0x0404,
0x0300,
}

Definition at line 447 of file vgadata.c.

Referenced by VgaZeroVideoMemory().

◆ ModesVGA

VIDEOMODE ModesVGA[]

Definition at line 281 of file vgadata.c.

Referenced by InitializeModeTable().

◆ NumVideoModes

◆ VGA_640x480

USHORT VGA_640x480[]

Definition at line 72 of file vgadata.c.

◆ VGA_TEXT_0

USHORT VGA_TEXT_0[]

Definition at line 141 of file vgadata.c.

◆ VGA_TEXT_1

USHORT VGA_TEXT_1[]

Definition at line 210 of file vgadata.c.

◆ VgaAccessRange

VIDEO_ACCESS_RANGE VgaAccessRange[]

Definition at line 16 of file vgadata.c.

Referenced by VgaAcquireResources(), VgaFindAdapter(), and VgaStartIO().

◆ VgaModeList

PVIDEOMODE VgaModeList

Definition at line 434 of file vgadata.c.

Referenced by InitializeModeTable(), VgaQueryAvailableModes(), and VgaSetMode().