* 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:
marco 2010-08-08 11:51:38 +00:00
parent 1c7c97dc93
commit f8f7201c22

View File

@ -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