.. |
Makefile
|
1e90a4db3e
* rtl/atari: get rid of the old prt0.as startup code, which is not in use any more. this way, we do not require GAS any more for a build
|
3 years ago |
Makefile.fpc
|
1e90a4db3e
* rtl/atari: get rid of the old prt0.as startup code, which is not in use any more. this way, we do not require GAS any more for a build
|
3 years ago |
buildrtl.pp
|
47b5d0b92e
atari: added the fpwidestring unit to the RTL build
|
5 years ago |
classes.pp
|
c24d525b9f
* compilation fixes for many platforms after r41167
|
6 years ago |
dos.pp
|
f6af4ab25f
atari: if FindFirst fails, always call FindClose, just in case
|
8 years ago |
gemdos.inc
|
b30a1bf447
* rtl/atari: naming: gemdos_free is actually gemdos_mfree. no functional change.
|
3 years ago |
rtl.cfg
|
467349c5ee
atari: do not reference DOS unit explicitly as a dependency. it's now built by buildrtl. add an rtl.cfg for easy features override
|
7 years ago |
rtldefs.inc
|
da7a67bc74
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
12 years ago |
si_prc.pp
|
8f61df817a
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)
|
4 years ago |
sysdir.inc
|
3aecf60dff
atari: implemented and fixed some bits in the system unit, tdir test passes now on TOS
|
8 years ago |
sysfile.inc
|
f69bfe0ee4
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-...
|
8 years ago |
sysheap.inc
|
b30a1bf447
* rtl/atari: naming: gemdos_free is actually gemdos_mfree. no functional change.
|
3 years ago |
sysos.inc
|
8f61df817a
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)
|
4 years ago |
sysosh.inc
|
3cd4168ab3
+ introduce TOSTimestamp
|
5 years ago |
syspara.inc
|
fecb72fea3
atari: implement ARGV protocol for runtime startup
|
3 years ago |
system.pp
|
a4e2d74626
* 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
|
3 years ago |
sysutils.pp
|
a2b66ea061
atari: implement environment functions
|
3 years ago |
tthread.inc
|
11b601d44c
* 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
|
5 years ago |
xbios.inc
|
71a4087bc5
atari: new file for xbios defines
|
9 years ago |