ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

vgavideo.h
Go to the documentation of this file.
00001 
00002 #define VGA_NORMAL 0
00003 #define VGA_AND    8
00004 #define VGA_OR     16
00005 #define VGA_XOR    24
00006 
00007 #define MISC         (PUCHAR)0x3c2
00008 #define SEQ          (PUCHAR)0x3c4
00009 #define SEQDATA      (PUCHAR)0x3c5
00010 #define CRTC         (PUCHAR)0x3d4
00011 #define CRTCDATA     (PUCHAR)0x3d5
00012 #define GRAPHICS     (PUCHAR)0x3ce
00013 #define GRAPHICSDATA (PUCHAR)0x3cf
00014 #define ATTRIB       (PUCHAR)0x3c0
00015 #define ATTRIBREAD   (PUCHAR)0x3c1
00016 #define STATUS       (PUCHAR)0x3da
00017 #define PELMASK      (PUCHAR)0x3c6
00018 #define PELINDEX     (PUCHAR)0x3c8
00019 #define PELDATA      (PUCHAR)0x3c9
00020 #define FEATURE      (PUCHAR)0x3da
00021 
00022 typedef struct _VGA_REGISTERS
00023 {
00024    UCHAR CRT[24];
00025    UCHAR Attribute[21];
00026    UCHAR Graphics[9];
00027    UCHAR Sequencer[5];
00028    UCHAR Misc;
00029 } VGA_REGISTERS, *PVGA_REGISTERS;

Generated on Sat May 26 2012 04:36:57 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.