fpc/rtl/atari
florian d35d69b851 + introduce TOSTimestamp
git-svn-id: trunk@44033 -
(cherry picked from commit 3cd4168ab3)
2023-12-16 17:10:56 +01:00
..
buildrtl.pp atari: dos unit skeleton for atari. to be implemented. 2017-01-07 01:15:45 +00:00
classes.pp
dos.pp atari: if FindFirst fails, always call FindClose, just in case 2017-06-15 12:46:15 +00:00
gemdos.inc atari: most of the DOS unit is now implemented, but largely untested 2017-01-07 04:13:58 +00:00
Makefile Regenerated Makefile's after cherry-pick adding soft fpu related units 2022-02-01 14:02:07 -07:00
Makefile.fpc 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
prt0.as
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 atari: align the tpasize to dword, seems like the section sizes are not guaranteed to be even (with vlink at least) 2017-01-04 04:50:15 +00:00
sysdir.inc atari: implemented and fixed some bits in the system unit, tdir test passes now on TOS 2016-12-26 20:59:33 +00:00
sysfile.inc atari: return a valid filehandle in do_open(). this code accidentally worked before with -O2, because the way the reg uses overlapped, but failed with -O-... 2017-01-04 04:53:41 +00:00
sysheap.inc
sysos.inc
sysosh.inc + introduce TOSTimestamp 2023-12-16 17:10:56 +01:00
syspara.inc atari: reworked param handling once more, based on the Amiga code, fixes argv/argc 2016-12-27 17:12:49 +00:00
system.pp atari: pass tos exe flags also to ld 2022-09-29 12:47:18 +02:00
sysutils.pp * fix compilation on several OSes after r44010 2023-12-14 16:36:20 +01:00
tthread.inc * Merging revisions r45805 from trunk: 2020-08-23 09:24:13 +00:00
xbios.inc