mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 17:50:16 +02:00
* fixed notput for vga 16 color modes
git-svn-id: trunk@7698 -
This commit is contained in:
parent
2c4aeefbf4
commit
3eaceafad3
@ -678,7 +678,7 @@ End;
|
||||
end;
|
||||
NotPut:
|
||||
begin
|
||||
Color := Not Color;
|
||||
Color := (Not CurrentColor) and 15;
|
||||
end
|
||||
else
|
||||
Color := CurrentColor;
|
||||
|
Loading…
Reference in New Issue
Block a user