* set MaxMemPos to $FFFF in the Z80 internal linker

git-svn-id: trunk@45559 -
This commit is contained in:
nickysn 2020-06-01 22:34:10 +00:00
parent d0beacc35f
commit 6d3bfccbe3

View File

@ -954,6 +954,7 @@ implementation
begin
inherited create;
CObjData:=TRelObjData;
MaxMemPos:=$FFFF;
end;
{*****************************************************************************