From 4a14ee770a849eb43c083c4e742ff983db927d84 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sat, 19 Jan 2019 16:46:30 +0000 Subject: [PATCH] + enabled the asm version of PutPixel320 git-svn-id: trunk@40911 - --- packages/graph/src/msdos/graph.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graph/src/msdos/graph.pp b/packages/graph/src/msdos/graph.pp index 18c287958a..bfca3f054d 100644 --- a/packages/graph/src/msdos/graph.pp +++ b/packages/graph/src/msdos/graph.pp @@ -2220,7 +2220,6 @@ End; -{$undef asmgraph} {$ifndef asmgraph} Procedure PutPixel320(X,Y : smallint; Pixel: ColorType); { x,y -> must be in local coordinates. Clipping if required. } @@ -2273,6 +2272,7 @@ End; {$endif asmgraph} +{$undef asmgraph} Function GetPixel320(X,Y: smallint):ColorType; Begin X:= X + StartXViewPort;