Change BIOSDATA's rows on screen minus 1 from 23 to 24.

This commit is contained in:
Andreas Mohr 2002-07-20 18:54:31 +00:00 committed by Alexandre Julliard
parent 08b7a87e63
commit c678b41524
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ static void DOSMEM_FillBiosSegments(void)
pBiosData->NbHardDisks = 2;
pBiosData->KbdBufferStart = 0x1e;
pBiosData->KbdBufferEnd = 0x3e;
pBiosData->RowsOnScreenMinus1 = 23;
pBiosData->RowsOnScreenMinus1 = 24;
pBiosData->BytesPerChar = 0x10;
pBiosData->ModeOptions = 0x64;
pBiosData->FeatureBitsSwitches = 0xf9;