Browse Source

+ added susheap.inc to the ZX Spectrum RTL (empty for now)

git-svn-id: branches/z80@45027 -
nickysn 5 years ago
parent
commit
0d7e3921aa
2 changed files with 16 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 15 0
      rtl/zxspectrum/sysheap.inc

+ 1 - 0
.gitattributes

@@ -12197,6 +12197,7 @@ rtl/zxspectrum/Makefile svneol=native#text/plain
 rtl/zxspectrum/Makefile.fpc svneol=native#text/plain
 rtl/zxspectrum/Makefile.fpc svneol=native#text/plain
 rtl/zxspectrum/prt0.asm svneol=native#text/plain
 rtl/zxspectrum/prt0.asm svneol=native#text/plain
 rtl/zxspectrum/rtldefs.inc svneol=native#text/plain
 rtl/zxspectrum/rtldefs.inc svneol=native#text/plain
+rtl/zxspectrum/sysheap.inc svneol=native#text/plain
 rtl/zxspectrum/sysos.inc svneol=native#text/plain
 rtl/zxspectrum/sysos.inc svneol=native#text/plain
 rtl/zxspectrum/sysosh.inc svneol=native#text/plain
 rtl/zxspectrum/sysosh.inc svneol=native#text/plain
 rtl/zxspectrum/system.pp svneol=native#text/plain
 rtl/zxspectrum/system.pp svneol=native#text/plain

+ 15 - 0
rtl/zxspectrum/sysheap.inc

@@ -0,0 +1,15 @@
+{
+    This file is part of the Free Pascal run time library.
+    Copyright (c) 2005 by Free Pascal development team
+
+    Low level memory functions
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ **********************************************************************}
+