.. |
Makefile
|
3eeb422abe
* use $(NASM) to compile the asm loaders. Fixes mantis #25223.
|
11 years ago |
Makefile.fpc
|
3eeb422abe
* use $(NASM) to compile the asm loaders. Fixes mantis #25223.
|
11 years ago |
classes.pp
|
e342c11085
+ introduced a private type TCodePtrList, which is the specialization
|
12 years ago |
crt.pp
|
e2903ded95
+ added CGA snow checking to the WriteChar routine of the CRT unit for i8086-msdos; scrolling and clreol still produces snow
|
12 years ago |
dos.pp
|
df6a2dce00
+ unicodestring support for assign/erase/rename
|
12 years ago |
keyboard.pp
|
d2c2193505
+ 83/84-key keyboard support added to unit keyboard for i8086-msdos
|
12 years ago |
msmouse.pp
|
fba73d3c96
+ added and implemented unit msmouse for i8086-msdos
|
12 years ago |
ports.pp
|
3953eed6b3
+ added and implemented unit ports for i8086-msdos
|
12 years ago |
printer.pp
|
8574642a1f
+ added and enabled compilation of unit printer for i8086-msdos
|
12 years ago |
prt0m.asm
|
cd5255c147
+ added startup code for the medium memory model
|
12 years ago |
prt0s.asm
|
cd5255c147
+ added startup code for the medium memory model
|
12 years ago |
prt0stm.asm
|
fcd079db3d
- rm the ss: prefix from the references, relative to bp (for them ss is the default)
|
11 years ago |
prt0t.asm
|
cd5255c147
+ added startup code for the medium memory model
|
12 years ago |
registers.inc
|
cd18b792ab
+ added Intr and MsDos implementations for i8086-msdos
|
12 years ago |
rtldefs.inc
|
da7a67bc74
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
12 years ago |
sysdir.inc
|
d66d15aad3
+ added mkdir/chdir/rmdir(rawbytestring) and (unicodestring) to the system unit
|
12 years ago |
sysfile.inc
|
df6a2dce00
+ unicodestring support for assign/erase/rename
|
12 years ago |
sysheap.inc
|
bca7bf78dc
+ added sysheap.inc and sysfile.inc to the msdos target, empty for now
|
12 years ago |
sysos.inc
|
1077093b08
+ added error checking to the dos file operations
|
12 years ago |
sysosh.inc
|
f1a974f3c9
* THandle type changed to Word for i8086-msdos
|
12 years ago |
system.pp
|
06c5acf69a
+ added division by zero exception handling for i8086-msdos
|
11 years ago |
sysutils.pp
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 years ago |
tthread.inc
|
730f7c82b7
* some fixes, intended to get units fgl and classes to compile on 16-bit cpus
|
12 years ago |
varutils.pp
|
3492d29834
+ added varutils.pp to the msdos rtl
|
12 years ago |