Fixed the incorrect settings of Graphics registers

This commit is contained in:
Y.C. Chen
2008-07-21 10:48:09 +08:00
parent e81e70ea38
commit 3aea1540c1
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-07-21 Y.C. Chen <yc_chen@aspeedtech.com>
* src/ast_mode.c
Fixed Incorrect Settings for Graphices Registers
2008-03-18 Y.C. Chen <yc_chen@aspeedtech.com>
* src/ast_2dtool.c
* src/ast_tool.c

View File

@@ -534,6 +534,7 @@ void vSetStdReg(ScrnInfoPtr pScrn, DisplayModePtr mode, PVBIOS_MODE_INFO pVGAMod
/* Set GR */
for (i=0; i<9; i++)
{
jReg = pStdModePtr->GR[i];
SetIndexReg(GR_PORT,(UCHAR) i, jReg);
}