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

git-svn-id: trunk@25667 -
This commit is contained in:
nickysn 2013-10-05 22:24:44 +00:00
parent f2763b98fa
commit 77dc18007d

View File

@ -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}