Commit c678b415 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

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

parent 08b7a87e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment