mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 23:40:14 +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);
|
setreadbank(offs shr 16);
|
||||||
setwritebank(offs shr 16);
|
setwritebank(offs shr 16);
|
||||||
Mem[WinWriteSeg:word(offs)] :=
|
Mem[WinWriteSeg:word(offs)] :=
|
||||||
Mem[WinReadSeg:word(offs)] And byte(currentColor);
|
Mem[WinReadSeg:word(offs)] Or byte(currentColor);
|
||||||
inc(offs);
|
inc(offs);
|
||||||
end;
|
end;
|
||||||
HLength := 0
|
HLength := 0
|
||||||
|
Loading…
Reference in New Issue
Block a user