1
0
Fork 0
Commit graph

249 commits

Author SHA1 Message Date
Ulf Wohlers
8c86a9768e int 21 31 does not set the carry flag anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1245
2003-09-11 13:52:31 +00:00
Sjoerd van der Berg
55237d31e3 Setting file date/time gives a success result now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1244
2003-09-11 07:02:04 +00:00
Ulf Wohlers
e14dcb4bd5 volume label always upcase
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1243
2003-09-10 12:57:40 +00:00
Ulf Wohlers
3da5dcbd9b fixed return value of ReadSectors
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1241
2003-09-09 14:01:06 +00:00
Ulf Wohlers
2e3f978afe fixed bug in mscdex status word handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1240
2003-09-09 14:00:02 +00:00
Peter Veenstra
c031f405fc Added some nice colors to the intro command :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1233
2003-09-08 18:10:08 +00:00
Peter Veenstra
334fb33d97 ansi can now turns itself off.
fixed all cursor movement commands
added delete current row


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1232
2003-09-08 18:06:44 +00:00
Sjoerd van der Berg
08d9c9c8af Teletype output doesn't need page parameter anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1224
2003-09-03 20:28:07 +00:00
Sjoerd van der Berg
9c53a50c70 Fix some conversion warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1207
2003-08-29 08:17:49 +00:00
Sjoerd van der Berg
c9a62c462f Removed an E_Exit from an illegal call, seems to fix impulse tracker.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1206
2003-08-29 08:16:48 +00:00
Peter Veenstra
f56a4d0de0 added refcounting to create_childpsp. Xcom2 installer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1191
2003-08-19 20:05:47 +00:00
Peter Veenstra
2a97e6e022 added windows.h header file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1185
2003-08-13 14:55:24 +00:00
Peter Veenstra
d9c77e001c fixed bug in drive_cache for win98
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1184
2003-08-13 14:46:15 +00:00
Ulf Wohlers
db97e36e58 Added reference counting for dos_files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1181
2003-08-11 11:50:30 +00:00
Peter Veenstra
e5137b4d74 fixed bug in drive_cache finddirinfo. Thanks to helpfull person on irc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1179
2003-08-06 14:46:58 +00:00
Peter Veenstra
2cacfbc98e Added patch 776979 from Florian Albrecht (in a modified format as it was made against 0.58)
Fixed Bugs related to .. and ...


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1178
2003-08-01 16:48:55 +00:00
Ulf Wohlers
cb91fc53ef remove it
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1177
2003-08-01 10:05:11 +00:00
Peter Veenstra
359e55ed8c Added support for regular files with int 21 ax =4406 (get input status)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1166
2003-07-27 12:12:05 +00:00
Ulf Wohlers
f2f9b04b5c DOS_Execute: Moved creation of psp after closing exe, to avoid dead file handle of exe in copied psp.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1144
2003-07-24 10:31:41 +00:00
Sjoerd van der Berg
4092577e26 Check correct types for -t option of mount
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1143
2003-07-23 11:50:15 +00:00
Sjoerd van der Berg
7ee73a90b7 Hack for 0xcd memory no longer needed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1142
2003-07-23 11:45:08 +00:00
Ulf Wohlers
5d93540ca0 Added int 21 6c - Extended open
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1139
2003-07-21 09:38:35 +00:00
Ulf Wohlers
640e059254 Removed HostPt in ReadSector
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1132
2003-07-14 11:35:06 +00:00
Sjoerd van der Berg
9bbec94977 Slightly better support for ioctl function 0x6
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1097
2003-07-08 16:51:26 +00:00
Sjoerd van der Berg
569fd602d1 Root z:\ directory is valid
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1096
2003-07-08 16:50:27 +00:00
Ulf Wohlers
8b94e8d408 replaced mem_memcpy with MEM_BlockCopy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1093
2003-07-06 16:11:36 +00:00
Sjoerd van der Berg
53ae6c8e56 Remove usage of HostPt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1092
2003-07-06 15:32:29 +00:00
Ulf Wohlers
12be0e35a1 save int 21 stack entry in psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1082
2003-07-05 14:06:32 +00:00
Sjoerd van der Berg
b222a9576a Warning clean up
Removing some old unused routines
Addind some newlines after some files.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1077
2003-06-19 17:12:50 +00:00
Sjoerd van der Berg
25a243ed74 Check if files are withing MAX_FILES limits
Added buffers to lists of lists.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1048
2003-06-10 11:41:17 +00:00
Ulf Wohlers
cf0b2cbd6c dont duplicate handles in psp if filetable is copied (except null-handles)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1042
2003-06-05 11:03:12 +00:00
Ulf Wohlers
e18eebf29d Dont dublicate handles in psp when filetable is copied
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1041
2003-06-05 09:52:13 +00:00
Ulf Wohlers
57e3c31efb Removed Open/Close from functions for speedup.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1027
2003-05-31 21:09:04 +00:00
Ulf Wohlers
7b909131e0 drive number fix ('and' it with 0xff)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1026
2003-05-31 21:08:36 +00:00
Ulf Wohlers
68b6e04b5e fixed bug with msf handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1025
2003-05-31 16:39:27 +00:00
Ulf Wohlers
91a11bffcf Fixed bug in returning disc label
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1004
2003-05-11 16:50:21 +00:00
Peter Veenstra
bbb7cf45b0 updated loggingsystem
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@989
2003-05-04 19:19:09 +00:00
Peter Veenstra
34c95efc05 fixed return value of findfirst
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@983
2003-05-02 11:33:35 +00:00
Peter Veenstra
cb364036b2 added support for the don't inheritance flag and changed the psp routines to use this flag
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@981
2003-05-02 11:01:22 +00:00
Peter Veenstra
100f13016e added support for the don't inheritance flag and changed the psp routines to use this flag
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@980
2003-05-02 10:54:31 +00:00
Peter Veenstra
672415fcb9 fixed crashes when executing rescan on a virtual drive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@979
2003-05-02 10:51:04 +00:00
Sjoerd van der Berg
9819287489 IOCTL Call 9 handled somewhat.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@971
2003-04-27 13:21:35 +00:00
Ulf Wohlers
336e693b61 Added support for reading volume labels
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@957
2003-04-23 12:07:53 +00:00
Sjoerd van der Berg
4916b5fb6c Place #ifdef's around MSVC #pragma's
Rewrite some signed/unsigned unions to use casts.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@956
2003-04-23 07:33:06 +00:00
Ulf Wohlers
d8eae49c04 init cpm_entry in psp class
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@955
2003-04-22 20:55:15 +00:00
Ulf Wohlers
619c351959 added reading of cd table of contents/volume descriptor
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@942
2003-04-18 13:38:10 +00:00
Ulf Wohlers
38bc54fbd9 added reading of cooked sectors
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@941
2003-04-18 13:37:37 +00:00
Sjoerd van der Berg
25457dc4f0 Changed cpu.h include to regs.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@911
2003-04-13 18:27:53 +00:00
Sjoerd van der Berg
0dcd085c0a Changes for new flags.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@910
2003-04-13 18:27:08 +00:00
Ulf Wohlers
3091207f6a made it safer if accessing non existant subunit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@901
2003-04-10 15:42:46 +00:00