summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/graph/src/go32v2/vesa.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/graph/src/go32v2/vesa.inc b/packages/graph/src/go32v2/vesa.inc
index 185382175d..73dde9ee47 100644
--- a/packages/graph/src/go32v2/vesa.inc
+++ b/packages/graph/src/go32v2/vesa.inc
@@ -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;