mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 02:09:29 +01:00
* Patch from Nikolay (GetScanLineVESA256 reads from the write window, instead of the read window) mantis 17132
git-svn-id: trunk@15748 -
This commit is contained in:
parent
6f2b097d63
commit
6e5c32a481
@ -515,7 +515,7 @@ end;
|
||||
{$endif logging}
|
||||
For l := 0 to (Bankrest div 4)-1 Do
|
||||
begin
|
||||
pixels := MemL[WinWriteSeg:word(offs)+l*4];
|
||||
pixels := MemL[WinReadSeg:word(offs)+l*4];
|
||||
WordArray(Data)[index+l*4] := pixels and $ff;
|
||||
pixels := pixels shr 8;
|
||||
WordArray(Data)[index+l*4+1] := pixels and $ff;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user