Browse Source

+ enabled the asm version of DirectPutPixel320

git-svn-id: trunk@40960 -
nickysn 6 years ago
parent
commit
39e1e4d2e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/msdos/graph.pp

+ 1 - 1
packages/graph/src/msdos/graph.pp

@@ -2311,7 +2311,6 @@ End;
 {$endif asmgraph}
 {$endif asmgraph}
 
 
 
 
-{$undef asmgraph}
 {$ifndef asmgraph}
 {$ifndef asmgraph}
  Procedure DirectPutPixel320(X,Y : smallint);
  Procedure DirectPutPixel320(X,Y : smallint);
  { x,y -> must be in global coordinates. No clipping. }
  { x,y -> must be in global coordinates. No clipping. }
@@ -2393,6 +2392,7 @@ End;
  {************************************************************************}
  {************************************************************************}
 const CrtAddress: word = 0;
 const CrtAddress: word = 0;
 
 
+{$undef asmgraph}
  procedure InitModeX;
  procedure InitModeX;
   begin
   begin
    asm
    asm