Browse Source

* ScrWidth changed back to absolute, since the compiler has been fixed to support it

git-svn-id: trunk@25667 -
nickysn 12 years ago
parent
commit
77dc18007d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      packages/graph/src/msdos/graph.pp

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

@@ -126,9 +126,7 @@ const
       (0,1,2,3,4,5,20,7,56,57,58,59,60,61,62,63);
 
   var
-//     ScrWidth : word absolute $40:$4a;
-// !!! doesn't work with absolute, due to a i8086 code generator bug; TODO: fix
-     ScrWidth : word=80;
+     ScrWidth : word absolute $40:$4a;
      inWindows: boolean;
 
 {$ifndef tp}