mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:39:31 +02:00
* patch from Nikolay that fixes a copy paste bug in hlinevesa256 (and ->or)
Mantis 17128 git-svn-id: trunk@15739 -
This commit is contained in:
parent
1c7c97dc93
commit
f8f7201c22
@ -798,7 +798,7 @@ end;
|
||||
setreadbank(offs shr 16);
|
||||
setwritebank(offs shr 16);
|
||||
Mem[WinWriteSeg:word(offs)] :=
|
||||
Mem[WinReadSeg:word(offs)] And byte(currentColor);
|
||||
Mem[WinReadSeg:word(offs)] Or byte(currentColor);
|
||||
inc(offs);
|
||||
end;
|
||||
HLength := 0
|
||||
|
Loading…
Reference in New Issue
Block a user