* moved the ZX Spectrum program load address lower, so we could fit more code and data

git-svn-id: branches/z80@45093 -
This commit is contained in:
nickysn 2020-04-26 12:30:05 +00:00
parent a9bf07d1f9
commit 085fdcf3ab

View File

@ -214,7 +214,7 @@ procedure TLinkerZXSpectrum_SdccSdld.SetDefaultInfo;
const const
ExeName='sdldz80'; ExeName='sdldz80';
begin begin
FOrigin:=32768; FOrigin:={32768}23800;
with Info do with Info do
begin begin
ExeCmd[1]:=ExeName+' -n $OPT -i $MAP $EXE -f $RES' ExeCmd[1]:=ExeName+' -n $OPT -i $MAP $EXE -f $RES'