1
0
Fork 0
Commit graph

396 commits

Author SHA1 Message Date
Peter Veenstra
4f23142ddf gob1
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2176
2005-04-15 15:58:07 +00:00
Peter Veenstra
fcd741c15e added range checks to accessing the drive structure. Cleaned it up as well. (Indeed I read it).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2174
2005-04-11 17:56:27 +00:00
Peter Veenstra
45851e3051 Fix small bug in intro cdrom, making it hard to translate
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2173
2005-04-06 20:48:14 +00:00
Peter Veenstra
2fb7849006 New configuration system.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2167
2005-03-25 12:06:48 +00:00
Peter Veenstra
09067f0e19 added basic reset drive support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2152
2005-03-25 09:14:48 +00:00
Peter Veenstra
cbb309f5d4 Fix possible bug with adding a file 2 times to the drive_cache
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2151
2005-03-25 09:11:08 +00:00
Peter Veenstra
e6509a06a6 added code to remove a virtual file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2150
2005-03-25 09:09:22 +00:00
Peter Veenstra
32ffb30cb0 keep it compiling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2149
2005-03-25 09:06:46 +00:00
Peter Veenstra
9f14e8cd3c more compatible with older gcc versions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2148
2005-03-25 09:05:04 +00:00
Peter Veenstra
c7a8672c2c New multiplex scheme so that handlers can be removed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2146
2005-03-25 08:51:34 +00:00
Peter Veenstra
5ef7187b28 Small bug fixing + code to remove devices
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2145
2005-03-25 08:48:41 +00:00
Peter Veenstra
b3771fdeec new drivelabel functions (mechwarrior 2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2143
2005-03-25 08:39:05 +00:00
Peter Veenstra
8618ef8870 basic hidden file detection. Used as initial check by mechwarrior 2
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2128
2005-03-16 20:44:56 +00:00
Peter Veenstra
ca59d955d9 A filename that starts with a space should result in file_not_found. (Fixes some foreign editor)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2123
2005-03-01 19:39:55 +00:00
Peter Veenstra
adc44912ef added patch 1121865 from moe (fixes crashes when mixing regular and imgmount cdroms)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2121
2005-03-01 07:19:38 +00:00
Peter Veenstra
351f5bab08 force duplicate uses reg_cx instead of ax
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2116
2005-02-24 11:35:32 +00:00
Peter Veenstra
b5d98a5162 Fixed redirect filehandle (force duplicate). Has this function ever worked ?
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2115
2005-02-24 11:29:26 +00:00
Peter Veenstra
f441e56f80 Some odd files=X detection routine
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2109
2005-02-14 15:58:50 +00:00
Peter Veenstra
2094d8b985 Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
bdd7b715d0 Crappy games fix (int 2 revectoring as would stacks!=0,0) wd
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2102
2005-01-31 20:12:59 +00:00
Peter Veenstra
cb5c3c2619 country table doesn't write reserved bytes (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2080
2004-12-16 19:19:39 +00:00
Peter Veenstra
ea1d3a5b3c fix compilation on amd64 + gcc4.0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2078
2004-12-16 10:30:15 +00:00
Peter Veenstra
0fb7da0801 Added empty cpsw function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2072
2004-12-04 08:02:09 +00:00
Peter Veenstra
f315693313 Added support for int 21 65 20,21,22 (language depended capitalisation) (only english though)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2071
2004-11-29 21:00:55 +00:00
Dean Beeler
b59b4b6795 Fixing fat write access. Still no DOS error codes yet, sorry.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2070
2004-11-24 23:04:45 +00:00
Peter Veenstra
95b31b857c Added failure checks for removedir (requested by mirekluza). Updated fcb-delete so it accepts wildcards by using a private dta.(Fixes Ravenloft)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2064
2004-11-16 14:28:16 +00:00
Peter Veenstra
011fad1586 Added some more warnings on failures
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2063
2004-11-16 14:24:52 +00:00
Peter Veenstra
2de28df3fd Removed mysterious double code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2061
2004-11-16 14:13:46 +00:00
Peter Veenstra
b2c2a02c97 Don't update the drive-label if one was specified at mount time. Be more flexible with directorie mounting (don't care about a trailing slash)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2057
2004-11-13 12:08:43 +00:00
Peter Veenstra
e9df6e56ab Change fpu for Elvira. Added isRemovable to drive for dott.cd and alike.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2047
2004-11-03 23:13:55 +00:00
Peter Veenstra
b089c22997 don't overwrite allocated buffer in country information (int 21 6501)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2046
2004-11-03 20:13:40 +00:00
Peter Veenstra
1c44f564ca Clarification
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2042
2004-10-26 18:18:22 +00:00
Peter Veenstra
6e671b7171 some string size bugs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2040
2004-10-25 21:08:47 +00:00
Peter Veenstra
8dbbd230da forgot return statement
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2032
2004-10-20 12:27:19 +00:00
Peter Veenstra
96be257ed3 Basic unmounting Woot :P
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2029
2004-10-17 16:00:57 +00:00
Peter Veenstra
3602a06de9 Rewrote devices so they can be opened/closed/cloned. Fix Turbo pascal 7 saving bug(wd/mirek). Increase number of files to 127. Remove null device from default handles. Proper creation of the initial psp. (not hacked anymore). Quite some files= bugs should be fixed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2025
2004-10-17 14:45:00 +00:00
Peter Veenstra
7c32c974c7 work around some drive_cache corruption in find
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2019
2004-10-12 09:42:25 +00:00
Peter Veenstra
c291c67f5c more changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2017
2004-10-05 21:18:48 +00:00
Peter Veenstra
62ad4ff475 Made it gcc2.95 friendly. Fix drivelabels on iso's. Fix Various stability issues with images
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2016
2004-10-05 19:55:03 +00:00
Peter Veenstra
4327579a14 remove trailing dot on labels. only update label on win32 on non-fixed drives
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2015
2004-10-05 19:50:03 +00:00
Peter Veenstra
b23bd3a8ef Some warnings if buffer allocation fails
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2014
2004-10-05 19:45:27 +00:00
Peter Veenstra
363b366bca Fix drive label of z:\ sometimes now showing up
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2013
2004-10-03 13:35:05 +00:00
Peter Veenstra
25817293d1 Make country info point to an empty table instead of reporting 0:0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1986
2004-09-21 20:04:55 +00:00
Peter Veenstra
a0116a00bc Colours\!\!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1983
2004-09-16 22:05:24 +00:00
Peter Veenstra
f8f90ad0df Updated to include imgmount and spiced intro a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1980
2004-09-15 20:49:07 +00:00
Peter Veenstra
b11c036b84 Added NUL
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1979
2004-09-15 18:52:00 +00:00
Peter Veenstra
8b611eb817 Now Really hopefully finnally fix that directory-caching bug
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1978
2004-09-15 14:00:13 +00:00
Peter Veenstra
c72e8eb917 Finally solve that weird windows specific filebug.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1975
2004-09-14 18:56:11 +00:00
Peter Veenstra
fefa216210 Casting bug
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1965
2004-09-10 18:57:53 +00:00
Peter Veenstra
e269c3d2ed Moving imgmount to dos_programs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1939
2004-09-05 14:23:04 +00:00