Explorar o código

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

git-svn-id: branches/z80@45093 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
085fdcf3ab
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/t_zxspectrum.pas

+ 1 - 1
compiler/systems/t_zxspectrum.pas

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