- Revert change to VGA register values that I accidently commited.
authorFilip Navara <filip.navara@gmail.com>
Sat, 22 May 2004 12:23:12 +0000 (12:23 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sat, 22 May 2004 12:23:12 +0000 (12:23 +0000)
svn path=/trunk/; revision=9468

reactos/drivers/dd/bootvid/bootvid.c

index 04593da..fe66b5e 100644 (file)
@@ -18,7 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  *
- * $Id: bootvid.c,v 1.10 2004/05/21 17:34:24 navaraf Exp $
+ * $Id: bootvid.c,v 1.11 2004/05/22 12:23:12 navaraf Exp $
  */
 
 /* INCLUDES ******************************************************************/
@@ -48,7 +48,7 @@
 static VGA_REGISTERS Mode12Regs =
 {
    /* CRT Controller Registers */
-   {0x5F, 0x4F, 0x50, 0x82, 0x54, 0x80, 0xDE, 0x1F, 0x00, 0x40, 0x00, 0x00,
+   {0x5F, 0x4F, 0x50, 0x82, 0x54, 0x80, 0x0B, 0x3E, 0x00, 0x40, 0x00, 0x00,
     0x00, 0x00, 0x00, 0x00, 0xEA, 0x8C, 0xDF, 0x28, 0x00, 0xE7, 0x04, 0xE3},
    /* Attribute Controller Registers */
    {0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B,