ReactOS
0.4.15-dev-8636-g945e856
vgavideo.h
Go to the documentation of this file.
1
#pragma once
2
3
#define VGA_NORMAL 0
4
#define VGA_AND 8
5
#define VGA_OR 16
6
#define VGA_XOR 24
7
8
#define MISC (PUCHAR)0x3c2
9
#define SEQ (PUCHAR)0x3c4
10
#define SEQDATA (PUCHAR)0x3c5
11
#define CRTC (PUCHAR)0x3d4
12
#define CRTCDATA (PUCHAR)0x3d5
13
#define GRAPHICS (PUCHAR)0x3ce
14
#define GRAPHICSDATA (PUCHAR)0x3cf
15
#define ATTRIB (PUCHAR)0x3c0
16
#define ATTRIBREAD (PUCHAR)0x3c1
17
#define STATUS (PUCHAR)0x3da
18
#define PELMASK (PUCHAR)0x3c6
19
#define PELINDEX (PUCHAR)0x3c8
20
#define PELDATA (PUCHAR)0x3c9
21
#define FEATURE (PUCHAR)0x3da
22
23
typedef
struct
_VGA_REGISTERS
24
{
25
UCHAR
CRT
[24];
26
UCHAR
Attribute
[21];
27
UCHAR
Graphics
[9];
28
UCHAR
Sequencer
[5];
29
UCHAR
Misc
;
30
}
VGA_REGISTERS
, *
PVGA_REGISTERS
;
Graphics
Definition:
gdiplusgraphics.h:23
VGA_REGISTERS
struct _VGA_REGISTERS VGA_REGISTERS
PVGA_REGISTERS
struct _VGA_REGISTERS * PVGA_REGISTERS
_VGA_REGISTERS
Definition:
blue.c:45
_VGA_REGISTERS::CRT
UCHAR CRT[24]
Definition:
blue.c:46
_VGA_REGISTERS::Attribute
UCHAR Attribute[21]
Definition:
blue.c:47
_VGA_REGISTERS::Sequencer
UCHAR Sequencer[5]
Definition:
blue.c:49
_VGA_REGISTERS::Misc
UCHAR Misc
Definition:
blue.c:50
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
win32ss
drivers
miniport
vga
vgavideo.h
Generated on Tue Sep 10 2024 06:14:18 for ReactOS by
1.9.6