1
0
Fork 0
Commit graph

2025 commits

Author SHA1 Message Date
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
Peter Veenstra
4e69d3bf7a Made all string functions more aware of systems with reverse signed unsigned defaults
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2027
2004-10-17 14:54:41 +00:00
Peter Veenstra
365b1a2e48 Removed docs installing. Almost nobody liked it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2026
2004-10-17 14:52:58 +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
3ee0cef43d Tiny bug in the storing 80 bit reals
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2024
2004-10-13 19:26:26 +00:00
Peter Veenstra
82001bc86e forgot one register
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2023
2004-10-12 20:14:38 +00:00
Peter Veenstra
bb2d24b081 small keyboard fix. typerate handling (Moe)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2022
2004-10-12 16:21:22 +00:00
Peter Veenstra
b00484d130 basic FXTRACT support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2021
2004-10-12 16:19:45 +00:00
Sjoerd van der Berg
93a8163a4d New call to reset page handlers
Change the vga font text page handler and rewrite for reset page handler call.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2020
2004-10-12 10:45:11 +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
Sjoerd van der Berg
608ab6edc7 Allow changing of the timeconstant during autoinit transfers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2018
2004-10-09 08:41:21 +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
b052d69633 Changed priority under linux. Only do it when as root or both priorties are the same. Set Priority on startup as well. Reversed scale and use it on all threads under non-w32. Moved SDL_Quit to another location to prevent some sdl exceptions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2012
2004-10-02 11:31:47 +00:00
Peter Veenstra
9b9b4b3a51 Whoops
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2011
2004-10-02 11:23:07 +00:00
Peter Veenstra
fec782775d Fix from c2woody for the sdl issues under win32
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2010
2004-10-02 11:15:59 +00:00
Peter Veenstra
55f41cb678 Made the : optional in subst.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2009
2004-10-02 11:13:02 +00:00