1
0
Fork 0
Commit graph

50 commits

Author SHA1 Message Date
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
Sjoerd van der Berg
16f6308ef7 Filename shortened to 8 chars and extensions to 3 in dos_makename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@271
2002-09-16 07:26:37 +00:00
Peter Veenstra
bced0324fe changed commandline handling for commands run in dosbox
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@268
2002-09-10 11:45:07 +00:00
Ulf Wohlers
bd35a40c9d new psp class used for all psp actions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@264
2002-09-08 09:59:16 +00:00
Ulf Wohlers
33c702a8e4 Added missing FCB-functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@256
2002-09-03 12:07:58 +00:00
Sjoerd van der Berg
4ef165d894 Added 0x59 extended error information
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@250
2002-08-29 14:09:00 +00:00
Ulf Wohlers
0e36af0899 fixed possible paramblock memory overwrite in EXE_Load
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@244
2002-08-29 12:36:31 +00:00
Peter Veenstra
276b5ccb49 cleanup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@234
2002-08-27 13:48:13 +00:00
Ulf Wohlers
4ef1d210a4 Added IOCTL 0x0D/0x60 Get device parameter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@230
2002-08-27 10:34:23 +00:00
Ulf Wohlers
d60f2f6da0 Added DOS_InfoBlock - firstMCB support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@229
2002-08-27 10:30:33 +00:00
Sjoerd van der Berg
4ff0164543 removed push/pop from #pragma pack
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@218
2002-08-25 16:38:01 +00:00
Sjoerd van der Berg
263d74180f Added MEM and cleaned up a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@217
2002-08-25 16:37:17 +00:00
Sjoerd van der Berg
c80281976f Test for too high drive setting and included <ctype.h> for toupper
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@216
2002-08-25 16:36:51 +00:00
Ulf Wohlers
c1b9030aaa Fixed small bug in isvalid. Not all illegal chars were recognized.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@200
2002-08-21 18:24:50 +00:00
Ulf Wohlers
a26d7e5ea8 Fixed small bug in isvalid. Not all illegal chars were recognized.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@199
2002-08-21 18:15:19 +00:00
Ulf Wohlers
067304c30a fixed bug in makedir
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@196
2002-08-20 09:58:31 +00:00
Ulf Wohlers
0eb4d60d4c fixed a bug (extended fcbs)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@192
2002-08-19 15:30:12 +00:00
Ulf Wohlers
fbc882c036 added simple extended fcb support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@191
2002-08-19 15:26:35 +00:00
Sjoerd van der Berg
e23e1d61ce New memory functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@166
2002-08-19 12:48:43 +00:00
Sjoerd van der Berg
44c3361387 New memory and segments
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@165
2002-08-19 12:47:49 +00:00
Sjoerd van der Berg
151246d909 New memory functions and force dup function added.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@164
2002-08-19 12:46:12 +00:00
Sjoerd van der Berg
31cb583329 New segment and new force duplicate file handle function.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@163
2002-08-19 12:40:32 +00:00
Sjoerd van der Berg
59b55b0576 New paramblock class and the wip of psp.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@162
2002-08-19 12:39:27 +00:00
Peter Veenstra
537de8d0f6 changed fcb-parsename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@147
2002-08-12 17:56:00 +00:00
Peter Veenstra
9e353cf2d7 added pack statements for gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@132
2002-08-09 13:24:01 +00:00
Peter Veenstra
c1488b6983 added more debug information and check if drive exists
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@130
2002-08-09 11:19:07 +00:00
Peter Veenstra
7109c7df98 added fcb_parsename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@129
2002-08-09 10:40:43 +00:00
Ulf Wohlers
1bf741280b command >12 chars fix
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@127
2002-08-08 15:52:25 +00:00
Peter Veenstra
6931e8fa41 fixed Localfile::write to truncate the file when zero data is written
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@116
2002-08-07 10:23:35 +00:00
Peter Veenstra
5473800c32 fixed/changed permissions for newdirs to rwx------
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@115
2002-08-06 14:21:36 +00:00
Peter Veenstra
929b9ce3fa fixed date&time for weird files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@114
2002-08-06 13:06:21 +00:00
Peter Veenstra
eb6f19bdf8 changed fileexists
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@113
2002-08-06 12:47:36 +00:00
Peter Veenstra
b4f2801c7e added fcb-calls:open, close, findfirst,findnext to dos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@111
2002-08-06 09:20:41 +00:00
Peter Veenstra
1b31218f2b added FileStat and FileExits to the drives
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@110
2002-08-06 09:19:56 +00:00
Sjoerd van der Berg
92105f3caf Buffered input fix for dual enter press.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@106
2002-07-31 11:46:27 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00