[NTVDM]
[reactos.git] / reactos / subsystems / ntvdm / hardware / vga.h
index 1f142c1..ba7884e 100644 (file)
@@ -24,7 +24,7 @@
 #define VGA_MINIMUM_HEIGHT 300
 #define VGA_DAC_TO_COLOR(x) (((x) << 2) | ((x) >> 4))
 #define VGA_COLOR_TO_DAC(x) ((x) >> 2)
-
+#define VGA_CGA_ODD_LINE_OFFSET 0x1000
 
 
 /* Register I/O ports */