Explorar el 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 hace 5 años
padre
commit
085fdcf3ab
Se han modificado 1 ficheros con 1 adiciones y 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'