Forráskód Böngészése

* reenabled the asm version of InitModeX

git-svn-id: trunk@40982 -
nickysn 6 éve
szülő
commit
81aea037ec
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      packages/graph/src/msdos/graph.pp

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

@@ -2387,7 +2387,6 @@ End;
  {************************************************************************}
 const CrtAddress: word = 0;
 
-{$undef asmgraph}
 {$ifndef asmgraph}
  procedure InitModeX;
    begin
@@ -2509,6 +2508,7 @@ const CrtAddress: word = 0;
 {$endif asmgraph}
 
 
+{$undef asmgraph}
  Function GetPixelX(X,Y: smallint): ColorType;
 {$ifndef asmgraph}
  var offset: word;