| .. |
|
buildrtl.pp
|
atari: dos unit skeleton for atari. to be implemented.
|
2017-01-07 01:15:45 +00:00 |
|
classes.pp
|
atari: added classes unit and a dummy threading implementation
|
2016-10-02 01:33:26 +00:00 |
|
dos.pp
|
atari: FSearch impementation for DOS unit, copied from msdos target
|
2017-01-07 04:33:00 +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
|
+ added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16]
|
2017-06-05 16:36:24 +00:00 |
|
Makefile.fpc
|
+ added support for iso8859-[3,4,6,7,8,9,10,11,13,14,15,16]
|
2017-06-05 16:36:24 +00:00 |
|
prt0.as
|
atari: align some variables properly in the startup code
|
2016-10-08 12:47:21 +00:00 |
|
rtldefs.inc
|
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
2013-06-27 21:37:39 +00:00 |
|
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
|
atari: use gemdos malloc/free as underlying functions for the heap
|
2016-10-04 10:31:49 +00:00 |
|
sysos.inc
|
atari: include xbios and gemdos from sysos.inc
|
2016-10-08 13:25:24 +00:00 |
|
sysosh.inc
|
* restores atari support/rtl partially
|
2013-10-06 19:36:59 +00: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: reworked param handling once more, based on the Amiga code, fixes argv/argc
|
2016-12-27 17:12:49 +00:00 |
|
sysutils.pp
|
atari: implemented sysutils/ExecuteProcess
|
2016-12-28 16:22:19 +00:00 |
|
tthread.inc
|
atari: added classes unit and a dummy threading implementation
|
2016-10-02 01:33:26 +00:00 |
|
xbios.inc
|
atari: new file for xbios defines
|
2016-10-08 13:24:40 +00:00 |