.. |
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
|
+ added and implemented unit keyboard for i8086-msdos, based on the go32v2 version of the unit
|
2013-09-15 17:48:35 +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
|
+ added CPU detection code in the msdos rtl startup in order to properly initialize the Test8086 variable
|
2013-07-03 15:43:01 +00:00 |
prt0t.asm
|
+ added startup code for the medium memory model
|
2013-06-08 22:41:43 +00:00 |
registers.inc
|
+ added Intr and MsDos implementations for i8086-msdos
|
2013-03-28 18:17:25 +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 |
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
|
+ added sysheap.inc and sysfile.inc to the msdos target, empty for now
|
2013-03-16 12:03:24 +00:00 |
sysos.inc
|
+ added error checking to the dos file operations
|
2013-03-28 22:03:13 +00:00 |
sysosh.inc
|
* THandle type changed to Word for i8086-msdos
|
2013-03-27 00:14:41 +00:00 |
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
|
* 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 |