1
0
Fork 0
Commit graph

2094 commits

Author SHA1 Message Date
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
d1faa25ea7 Cleanup + fix all known issues
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2077
2004-12-14 21:02:57 +00:00
Peter Veenstra
2e5c63acec Add patch 1070612 from Jon Niehof
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2076
2004-12-08 22:39:49 +00:00
Peter Veenstra
e79fab40ea Some changes for legends of valour(hiding cursor on reset) and Grand Prix Unlimited(cursor in the middle of the screen)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2075
2004-12-07 21:49:13 +00:00
Peter Veenstra
13f25d9f44 Irq changed to 9 and unmasking it on startup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2074
2004-12-07 21:33:26 +00:00
Peter Veenstra
688c8f114f better port write decoding(wd) and some changes to run_irq loop
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2073
2004-12-07 21:29:14 +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
c568ff3dd2 Updates for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2068
2004-11-18 14:56:48 +00:00
Peter Veenstra
abc4450fb6 Updates for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2067
2004-11-18 14:24:59 +00:00
Peter Veenstra
97296864da Updates for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2066
2004-11-18 14:13:09 +00:00
Sjoerd van der Berg
c35e5dc8c2 Autodetect type op opl data in dro writing
Fix opl3 capturing and using wrong indexes for dro data


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2065
2004-11-18 11:07:52 +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
7e9dae0b28 Updated for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2062
2004-11-16 14:21:25 +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
fbc9a7ec39 Rotate stuff ignoring for now (7 cities of gold)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2060
2004-11-15 14:56:55 +00:00
Peter Veenstra
8764709226 Updated for 0.63
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2059
2004-11-15 12:46:32 +00:00
Peter Veenstra
97ac4e4b4d Open input in read mode instead of read/write mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2058
2004-11-13 12:19:43 +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
49cfc19efb Added path as command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2056
2004-11-13 12:06:39 +00:00
Peter Veenstra
fa0f126530 Allow redirection (< and > (also to devices) stuff like mount c c:\ >nul works)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2055
2004-11-13 12:04:47 +00:00
Peter Veenstra
2ae5a14bcf Handle mode 0 differently
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2054
2004-11-13 11:59:46 +00:00
Peter Veenstra
6613c49267 CTRL-F4 updates internal cache as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2053
2004-11-13 09:50:09 +00:00
Peter Veenstra
76878308d5 Updated (removed freebsd section and added sdl_sound)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2052
2004-11-12 22:19:20 +00:00
Peter Veenstra
c68853a363 Document new label support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2051
2004-11-12 22:13:13 +00:00
Sjoerd van der Berg
b7b681a59a Fix wav writing, blah stupid :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2050
2004-11-12 07:29:42 +00:00
Peter Veenstra
9df1cb8253 Added numlock/capslock state checks on startup of dosbox
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2049
2004-11-09 21:35:51 +00:00
Peter Veenstra
767a418daa Updated it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2048
2004-11-09 20:11:20 +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
53ac3c967d Change extended key codes (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2045
2004-10-30 12:11:29 +00:00
Peter Veenstra
e4f42ccda5 changed assertion
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2044
2004-10-28 14:46:15 +00:00
Peter Veenstra
5ed600377f more typesafe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2043
2004-10-26 18:28:51 +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
d439d5eb74 Fix crashes if the first section is non existant
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2041
2004-10-25 21:16:30 +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
ee91571aff messed up one function with the last signed/unsigned things. (Moe)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2039
2004-10-24 10:03:29 +00:00
Peter Veenstra
b34e3422af Small bugfix by Hendrik Jan
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2038
2004-10-24 08:54:01 +00:00
Peter Veenstra
32d35dc207 Fix security hole
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2037
2004-10-23 17:54:36 +00:00
Sjoerd van der Berg
4d7944fe9c Fix carry flag for ROR instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2036
2004-10-23 15:25:47 +00:00
Peter Veenstra
232541c358 Added lot's of callback information. Added some useful information on how to use the debugger. Added patch 105158 from Hendrik Jan Visser
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2035
2004-10-23 15:15:07 +00:00
Peter Veenstra
71ec900fe0 Let some of the shell commands switch to a private dta. Fixes 1040579
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2034
2004-10-21 15:38:39 +00:00
Peter Veenstra
6793c1b7ac shell_misc.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2033
2004-10-20 19:53:50 +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
bced25b890 update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2031
2004-10-17 18:10:06 +00:00
Sjoerd van der Berg
512c2bde93 Fix some sdl_sound linking and detection issues
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2030
2004-10-17 17:56:53 +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
Sjoerd van der Berg
7a096a16ea Change flag handling of rotate instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2028
2004-10-17 15:33:52 +00:00