From 933dd5b0ccb31a630cece130fb19d3274d204e07 Mon Sep 17 00:00:00 2001 From: nickysn Date: Thu, 24 Jan 2019 15:31:54 +0000 Subject: [PATCH] + enabled the asm version of PutPixelX git-svn-id: trunk@41039 - --- packages/graph/src/msdos/graph.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/graph/src/msdos/graph.pp b/packages/graph/src/msdos/graph.pp index d55e6d6b6e..ddd389f8c6 100644 --- a/packages/graph/src/msdos/graph.pp +++ b/packages/graph/src/msdos/graph.pp @@ -2563,10 +2563,6 @@ const CrtAddress: word = 0; { Now Set Display Starting Address } end; -{$ifdef fpc} - {$undef asmgraph} -{$endif fpc} - begin Case page of 0: SetVisibleStart(0); @@ -2673,6 +2669,7 @@ const CrtAddress: word = 0; {$endif asmgraph} +{$undef asmgraph} Procedure DirectPutPixelX(X,Y: smallint); { x,y -> must be in global coordinates. No clipping. } {$ifndef asmgraph}