1
0
Fork 0
Commit graph

85 commits

Author SHA1 Message Date
Peter Veenstra
1f69ee249e hmm evenmore fcb functions can do a write ;)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@478
2002-11-04 20:52:23 +00:00
Peter Veenstra
2526daccfc fcb normal write went also wrong
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@477
2002-11-04 19:24:25 +00:00
Peter Veenstra
a3c48a1303 fixed a bug.
the return code of dos_fcbwrite was misinterpretted


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@476
2002-11-04 19:04:13 +00:00
Sjoerd van der Berg
664583a3c3 Fixed error codes for findfirst/findnext and a charactor for makename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@473
2002-11-03 11:15:46 +00:00
Peter Veenstra
25692864a9 chanded fcb-parsename to update si in stead of di
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@464
2002-10-30 18:47:40 +00:00
Ulf Wohlers
63cd877bab fixed a bug in DOS_ChangeDir: if dir is a file - return false
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@459
2002-10-28 20:32:47 +00:00
Sjoerd van der Berg
accaa93ca9 Fixed findfirst/next attribute matching.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@447
2002-10-26 10:00:50 +00:00
Sjoerd van der Berg
57510618cf Fixed a warning in gcc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@434
2002-10-25 21:32:58 +00:00
Sjoerd van der Berg
8dd0a0f8cc Added some logical drive map ioctl functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@417
2002-10-25 15:40:17 +00:00
Sjoerd van der Berg
e6a9638b74 Create temp file fixed and a little fix with a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@416
2002-10-25 15:39:34 +00:00
Sjoerd van der Berg
a18cdd1387 Some undocumented features for findfirst/findnext and new dos_ioctl call.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@415
2002-10-25 15:38:45 +00:00
Ulf Wohlers
9f1a42a3b9 Support for INT 21 function 0x57 - DOS_GetFileDate
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@412
2002-10-25 15:17:19 +00:00
Ulf Wohlers
ac29b40919 Changes for new debugger functionalities:
starting/stepping into INTs. processor status log, step over rep instr., debug.com,
heavy debugging switch


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@411
2002-10-25 15:15:42 +00:00
Sjoerd van der Berg
e3a5b55666 Small fix to psp class to set correct value for next segment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@405
2002-10-24 22:08:52 +00:00
Peter Veenstra
8cbb3cef0f fixed a very annoying bug that caused dosbox to crash when dir was done on a virtual drive under linux
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@401
2002-10-24 12:26:29 +00:00
Peter Veenstra
2460aa3bf9 added more internal strings to the language file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@400
2002-10-24 08:44:25 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Ulf Wohlers
2f528432fc fixed small bug (files were not shown using dir command)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@395
2002-10-22 11:25:23 +00:00
Ulf Wohlers
5df512bcc0 fixed small bug (files were not shown using dir command)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@394
2002-10-22 11:12:07 +00:00
Sjoerd van der Berg
ce5645aa12 Fixes to infoblock and paramblock classes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@382
2002-10-20 01:20:47 +00:00
Sjoerd van der Berg
f77cd3b9f8 Changed parameter block class was bugged with overlays.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@381
2002-10-20 01:20:03 +00:00
Sjoerd van der Berg
2b5d3d4f0a Firstmcb is a Bit16u fixed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@380
2002-10-20 01:19:01 +00:00
Sjoerd van der Berg
282ccd8c94 Added some logging for things that will hopefully never occur and changed the order of memory and table init to fix problems with list of lists.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@379
2002-10-20 01:18:29 +00:00
Sjoerd van der Berg
1b242dcbda Added a wildfildcmp function for correct dos like wildcard matching of files.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@367
2002-10-19 17:32:12 +00:00
Sjoerd van der Berg
4bff708fa3 Updated for the new dta class, added support for a new filstat subfunction. Changed the wildcmp to use the new wildcard function.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@366
2002-10-19 17:31:38 +00:00
Sjoerd van der Berg
5a4dd1e5b6 Added support for setting the size of the virtual drive.
Changed the findfirst/findnext to support the new dta.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@365
2002-10-19 17:30:42 +00:00
Sjoerd van der Berg
5f3e49b03f Support for the updated list of lists class, now supporting a fake dos file table.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@364
2002-10-19 17:29:25 +00:00
Sjoerd van der Berg
41a4c6ba3f Rewrote mount to support mounting different types, setting up the media id byte and setting the reported size of the disk.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@363
2002-10-19 17:28:41 +00:00
Sjoerd van der Berg
35cfe5d5c7 Added a multiplex handler for 0x1680 for dos programs to give up their time slice
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@362
2002-10-19 17:27:28 +00:00
Sjoerd van der Berg
85f1ac7d9e The firstmcb now gets saved into the dos list of lists structure.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@361
2002-10-19 17:26:44 +00:00
Sjoerd van der Berg
9cd8b09bf4 Rewrote all FCB calls and changed some other calls to support the new classes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@360
2002-10-19 17:25:33 +00:00
Sjoerd van der Berg
044a54d4b7 Updated to use new paramblock class and some endian fixes for the exe header.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@359
2002-10-19 17:23:38 +00:00
Sjoerd van der Berg
60427e0428 New classes for list of lists, parameter block, FCB's and the DTA.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@358
2002-10-19 17:20:40 +00:00
Sjoerd van der Berg
5a86454c46 Changed some FCB calls and the list of lists call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@357
2002-10-19 17:18:36 +00:00
Sjoerd van der Berg
e71d872095 New drive functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@356
2002-10-19 16:23:21 +00:00
Sjoerd van der Berg
43a846dc11 Updated the dos programs to work with the new program class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@312
2002-09-29 14:03:05 +00:00
Peter Veenstra
2d1ccb9048 fixed a mistake
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@305
2002-09-27 12:36:53 +00:00
Peter Veenstra
6009e11726 made findfirst use CROSS_FILESPLIT instead of "/"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@304
2002-09-26 18:22:53 +00:00
Peter Veenstra
eb04b57604 fixed a memory leak
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@303
2002-09-26 18:20:01 +00:00
Peter Veenstra
90dc9815bd fixed the scope of Bitu i
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@302
2002-09-25 12:09:41 +00:00
Sjoerd van der Berg
3b7889413a FindFirst and FindNext didn't report an error code when they didn't find a file. Fixed now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@301
2002-09-24 21:48:51 +00:00
Sjoerd van der Berg
c35855909e Report correct value for people requesting memory allocation strategy.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@300
2002-09-24 21:48:18 +00:00
Ulf Wohlers
52f4e4a2fb fixed possible paramblock memory overwrite in DOS_Execute
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@299
2002-09-21 11:08:03 +00:00
Peter Veenstra
d0fc1da99b added support for a config class/file. System not initialized perfect yet!
(env is not fixed)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
2002-09-17 20:07:25 +00:00
Ulf Wohlers
bc4b24a8bb fixed big in psp, wrong mem_size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@287
2002-09-16 16:05:52 +00:00
Ulf Wohlers
2f16cccfee cs:ip now restored from int22 vector in psp on termination
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@286
2002-09-16 16:05:23 +00:00
Sjoerd van der Berg
7c7e296cb8 INT 0x2A vector wasn't set correctly
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@275
2002-09-16 13:13:10 +00:00
Sjoerd van der Berg
9376ece0e6 correct saving of next paragraph in new_psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@274
2002-09-16 13:12:16 +00:00
Sjoerd van der Berg
ec35911b9c New execute and saving DTA in psp when settings it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@273
2002-09-16 13:11:37 +00:00
Sjoerd van der Berg
af67029cdc New execute/terminate that saves registers and segments.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@272
2002-09-16 13:10:48 +00:00