mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:29:35 +02:00
- removed commented out code from PutPixel320 and GetPixel320
git-svn-id: trunk@40895 -
This commit is contained in:
parent
61e91a3c6c
commit
ff78058f8c
@ -2384,7 +2384,6 @@ End;
|
||||
shr ax, 1
|
||||
shr ax, 1
|
||||
add di, ax
|
||||
// add di, [VideoOfs] { point to correct page.. }
|
||||
mov ax, [Pixel]
|
||||
mov es:[di], al
|
||||
end ['ax','di'];
|
||||
@ -2405,7 +2404,6 @@ End;
|
||||
shr ax, 1
|
||||
add di, ax
|
||||
xor ax, ax
|
||||
// add di, [VideoOfs] { point to correct gfx page ... }
|
||||
mov al,es:[di]
|
||||
mov word ptr @Result,ax
|
||||
{$ifdef FPC_GRAPH_SUPPORTS_TRUECOLOR}
|
||||
|
Loading…
Reference in New Issue
Block a user