mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:49:15 +02:00
+ added susheap.inc to the ZX Spectrum RTL (empty for now)
git-svn-id: branches/z80@45027 -
This commit is contained in:
parent
86bc22528a
commit
0d7e3921aa
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
rtl/zxspectrum/sysheap.inc
Normal file
15
rtl/zxspectrum/sysheap.inc
Normal 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.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user