1
0
Fork 0
Commit graph

311 commits

Author SHA1 Message Date
Peter Veenstra
c462ea28c3 Added basic, but real int 29 support (pkzip2.X seems to want it)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1722
2004-03-14 16:54:21 +00:00
Peter Veenstra
83c1c025ab Added some HMA queries
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1721
2004-03-14 16:21:10 +00:00
Peter Veenstra
6905301089 Dos stack size change. added kernel idle call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1718
2004-03-12 14:21:33 +00:00
Peter Veenstra
f86f45110c fixed a memleak, fixed a bug in get date and time on a openfilehandle
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1703
2004-03-04 19:49:21 +00:00
Peter Veenstra
ea42447455 moved windows.h under STL (suggested by almightyjustin)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1696
2004-03-03 12:40:59 +00:00
Peter Veenstra
e05d508f81 dos changes c2woody
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1689
2004-02-28 16:35:42 +00:00
Peter Veenstra
a165df8acb added temporary filename output(c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1681
2004-02-18 13:02:55 +00:00
Ulf Wohlers
3001a346b2 made interface destructors virtual
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1656
2004-02-03 14:59:58 +00:00
Ulf Wohlers
00b7c5122e Added patch [ 889704 ] Proper TPA setup (fizzban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1655
2004-02-03 14:57:12 +00:00
Ulf Wohlers
0ec99d746c Added patch [ 889714 ] Structure of the DIB (Fizzban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1654
2004-02-03 14:55:22 +00:00
Peter Veenstra
87e2d68e24 empty filenames return file not found
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1644
2004-02-02 19:20:38 +00:00
Peter Veenstra
ba726f38b0 undocumented feature in fileattributes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1640
2004-02-02 11:38:44 +00:00
Ulf Wohlers
670928f590 use ioctl interface as default in linux
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1609
2004-01-28 12:03:07 +00:00
Peter Veenstra
3e170dbdcf Added patch 884060 from Martin Battig
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1607
2004-01-27 20:23:13 +00:00
Peter Veenstra
5c9b46a52c don't allow dos it's memory to be freed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1605
2004-01-27 14:26:43 +00:00
Ulf Wohlers
595d9eaf3b moved indos flag to 0x5f:0x0f (makes pharlap happy)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1604
2004-01-26 21:17:35 +00:00
Peter Veenstra
6238a94257 Fixed canocialize pathname. Psychic detective
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1595
2004-01-19 17:51:04 +00:00
Ulf Wohlers
5d739cb67e init a few temporary pointer with 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1576
2004-01-12 20:25:05 +00:00
Peter Veenstra
e176cda16a changed LOG_DOS into an existing errortype
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1570
2004-01-11 16:48:32 +00:00
Peter Veenstra
a4e9443e59 Some small compatibility changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1567
2004-01-11 14:00:13 +00:00
Peter Veenstra
fcbd0fe854 Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Peter Veenstra
a5147909b0 pushed sensible values on the stack (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1547
2004-01-08 11:51:08 +00:00
Sjoerd van der Berg
896f3fa1b9 fix header include differences between mingw and visual c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1533
2004-01-02 23:43:52 +00:00
Ulf Wohlers
02236289ba changed to work with new win cdrom header files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1531
2004-01-02 23:10:31 +00:00
Peter Veenstra
3724a83a39 removed Nttd*
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1523
2004-01-02 14:38:30 +00:00
Peter Veenstra
68c7731c91 Replaced it with the one from Bochs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1522
2004-01-02 14:34:48 +00:00
Ulf Wohlers
4a8f40c92d added mscdex function 0f : Get directory entry
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1511
2003-12-30 23:55:47 +00:00
Peter Veenstra
880b4454d3 Added changes from woody for fixing al1
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1508
2003-12-30 19:07:42 +00:00
Peter Veenstra
c26a547cde Added Some warning concerning writeprotection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1504
2003-12-29 22:42:23 +00:00
Ulf Wohlers
af56fa8d08 deletion of files now safer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1503
2003-12-26 20:39:27 +00:00
Ulf Wohlers
20d576a256 Fixed drive letter bug in mscdex device header
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1502
2003-12-26 20:38:34 +00:00
Peter Veenstra
f9780a04f1 added ^ as valid character
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1498
2003-12-18 09:30:48 +00:00
Peter Veenstra
735883416c moved shell_inc.h to include
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1494
2003-12-17 21:55:42 +00:00
Peter Veenstra
40e2a1507a changed dta in dos_Execute fixes: zone66 and unpack
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1478
2003-12-10 09:34:21 +00:00
Ulf Wohlers
96cbf4d6a2 childpsp gets environment block from parent psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1469
2003-11-27 20:00:52 +00:00
Peter Veenstra
88b14bdd8d Fixed stargunner and possibly others. Very little bug in Create new file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1455
2003-11-20 10:29:32 +00:00
Sjoerd van der Berg
9d0029f51b Add method for checking a remote drive.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1417
2003-11-08 18:00:47 +00:00
Peter Veenstra
b8c73b0ff1 Don't allow directories or volume labels to be opened. Return proper error code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1416
2003-11-08 13:41:04 +00:00
Sjoerd van der Berg
9c3002204e undocumented feature with resize returning segment in AX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1394
2003-11-01 16:03:42 +00:00
Ulf Wohlers
95bb9c0372 Fixed issue with long filenames (directory entries not displayed)
init some static vars with 0


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1390
2003-10-29 19:43:22 +00:00
Ulf Wohlers
d78a0f9be0 Fixed a bug with the control status
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1388
2003-10-29 10:18:30 +00:00
Sjoerd van der Berg
66e76bc0d5 Set correct size while making child psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1386
2003-10-27 21:05:25 +00:00
Peter Veenstra
87216faa9b Added patch 826821 from phearbear
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
2003-10-27 14:16:59 +00:00
Sjoerd van der Berg
4f130819d6 remove lazy flag references
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1376
2003-10-26 18:57:46 +00:00
Sjoerd van der Berg
a9dedff7a2 New teletype functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1366
2003-10-22 15:48:20 +00:00
Sjoerd van der Berg
708eee4f86 changed host memory reading/writing functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1355
2003-10-22 14:29:56 +00:00
Ulf Wohlers
3a49d4acf2 added DOS_SetFileAttr : check if file is available, failure if cdrom, but no change of file attributes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1346
2003-10-17 16:56:38 +00:00
Sjoerd van der Berg
f901c5e096 Remove help line
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1336
2003-10-14 23:34:28 +00:00
Peter Veenstra
c36318f721 correct all unintentional changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1314
2003-10-14 08:38:36 +00:00
Ulf Wohlers
5e13e5c0e4 argh, committed good file...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1313
2003-10-13 22:01:07 +00:00