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

git-svn-id: branches/z80@45027 -
This commit is contained in:
nickysn 2020-04-23 02:35:11 +00:00
parent 86bc22528a
commit 0d7e3921aa
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@ -12197,6 +12197,7 @@ rtl/zxspectrum/Makefile svneol=native#text/plain
rtl/zxspectrum/Makefile.fpc svneol=native#text/plain
rtl/zxspectrum/prt0.asm 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/sysosh.inc svneol=native#text/plain
rtl/zxspectrum/system.pp svneol=native#text/plain

View File

@ -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.
**********************************************************************}