fpc/rtl/atari
2022-02-06 00:05:37 +01:00
..
buildrtl.pp * rtl/atari: add the standalone softfpu units to the Atari build. this fixes the Atari native compiler build after recent changes 2022-02-06 00:05:37 +01:00
classes.pp
dos.pp
gemdos.inc * rtl/atari: naming: gemdos_free is actually gemdos_mfree. no functional change. 2022-02-04 11:43:49 +01:00
Makefile * rtl/atari: add the standalone softfpu units to the Atari build. this fixes the Atari native compiler build after recent changes 2022-02-06 00:05:37 +01:00
Makefile.fpc * rtl/atari: add the standalone softfpu units to the Atari build. this fixes the Atari native compiler build after recent changes 2022-02-06 00:05:37 +01:00
rtl.cfg
rtldefs.inc
si_prc.pp atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 2021-04-14 14:59:08 +00:00
sysdir.inc
sysfile.inc
sysheap.inc * rtl/atari: naming: gemdos_free is actually gemdos_mfree. no functional change. 2022-02-04 11:43:49 +01:00
sysos.inc atari: implemented stacktop for working stacktraces, implemented stacksize dependent stackmargin, and a system specific backtracestr. however, offs display still doesn't work properly, due to a linker issue (reported) 2021-04-14 14:59:08 +00:00
sysosh.inc + introduce TOSTimestamp 2020-01-25 14:14:41 +00:00
syspara.inc atari: implement ARGV protocol for runtime startup 2022-02-02 21:34:32 +00:00
system.pp * rtl/atari: fix haltproc external name. apparently the atari target uses a different Cprefix in the compiler, so copy-pasting this stuff from the Amiga port don't work 1:1 2022-02-04 12:22:40 +01:00
sysutils.pp atari: implement environment functions 2022-02-02 21:34:32 +00:00
tthread.inc * TThread.Terminate does not have any platform specific behavior (it should only set FTerminated to true and call TerminatedSet), thus move it to the platform independant part 2020-08-22 15:56:13 +00:00
xbios.inc