Przeglądaj źródła

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

git-svn-id: branches/z80@45093 -
nickysn 5 lat temu
rodzic
commit
085fdcf3ab
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      compiler/systems/t_zxspectrum.pas

+ 1 - 1
compiler/systems/t_zxspectrum.pas

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