fpc/rtl/msdos
2013-10-09 23:39:36 +00:00
..
classes.pp + introduced a private type TCodePtrList, which is the specialization 2013-08-23 19:25:51 +00:00
crt.pp + added CGA snow checking to the WriteChar routine of the CRT unit for i8086-msdos; scrolling and clreol still produces snow 2013-09-21 13:40:21 +00:00
dos.pp + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
keyboard.pp + 83/84-key keyboard support added to unit keyboard for i8086-msdos 2013-09-15 19:53:24 +00:00
Makefile + enabled compilation of the code page units for i8086-msdos 2013-10-09 23:39:36 +00:00
Makefile.fpc + enabled compilation of the code page units for i8086-msdos 2013-10-09 23:39:36 +00:00
msmouse.pp + added and implemented unit msmouse for i8086-msdos 2013-05-31 16:54:01 +00:00
ports.pp + added and implemented unit ports for i8086-msdos 2013-06-01 14:44:49 +00:00
printer.pp + added and enabled compilation of unit printer for i8086-msdos 2013-10-06 00:14:08 +00:00
prt0m.asm + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
prt0s.asm + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
prt0stm.asm - rm the unnecessary jnz instruction before the rep stosb in the i8086-msdos startup code, because the rep prefix checks for cx=0 and skips the stosb instruction anyway 2013-10-04 13:36:24 +00:00
prt0t.asm + added startup code for the medium memory model 2013-06-08 22:41:43 +00:00
registers.inc
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
sysdir.inc + added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit 2013-07-04 22:28:37 +00:00
sysfile.inc + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
sysheap.inc
sysos.inc
sysosh.inc
system.pp * the Seg0040, SegA000, SegB000 and SegB800 constants changed to typed constants 2013-10-06 09:07:55 +00:00
sysutils.pp * rawbytestring/unicodestring versions of findfirst/findnext/findclose 2013-08-19 22:04:25 +00:00
tthread.inc * some fixes, intended to get units fgl and classes to compile on 16-bit cpus 2013-05-30 18:58:25 +00:00
varutils.pp + added varutils.pp to the msdos rtl 2013-05-25 16:00:33 +00:00