fpc/rtl/atari
2022-02-11 22:50:38 +00: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 * compilation fixes for many platforms after r41167 2019-02-02 20:22:07 +00:00
dos.pp rtl/atari: implement environment functions also in dos unit 2022-02-11 22:50:38 +00:00
gemdos.inc atari/sysos: use the symbolic names for error numbers 2022-02-11 22:50:38 +00: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 atari: do not reference DOS unit explicitly as a dependency. it's now built by buildrtl. add an rtl.cfg for easy features override 2018-02-22 12:09:44 +00:00
rtldefs.inc
si_prc.pp rtl/atari: check for application/acc at startup 2022-02-11 22:50:38 +00:00
sysdir.inc
sysfile.inc rtl/atari: fix readln from console 2022-02-11 22:50:38 +00:00
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/sysos: use the symbolic names for error numbers 2022-02-11 22:50:38 +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 readln from console 2022-02-11 22:50:38 +00: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