fpc/rtl/msdos
nickysn 1bea98995b * regenerated fpcmake makefiles after r25642
git-svn-id: trunk@25644 -
2013-10-05 10:11:27 +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 * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc + added and implemented unit keyboard for i8086-msdos, based on the go32v2 version of the unit 2013-09-15 17:48:35 +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
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 + added extra_param_offset constant for accessing parameters in asm routines with nostackframe 2013-06-11 21:08:43 +00:00
sysutils.pp * rawbytestring/unicodestring versions of findfirst/findnext/findclose 2013-08-19 22:04:25 +00:00
tthread.inc
varutils.pp