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
|
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 |
|
Sjoerd van der Berg
|
ce5fef7e9d
|
Win32 alt-tab fix/hack
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2006
|
2004-09-29 19:14:10 +00:00 |
|
Peter Veenstra
|
75edd6644f
|
Added very basic highres textmode support. (wjp)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2005
|
2004-09-29 19:09:44 +00:00 |
|
Peter Veenstra
|
833c06aebb
|
Added del/. on numeric keyboard
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2001
|
2004-09-29 18:24:58 +00:00 |
|
Peter Veenstra
|
699a6f345e
|
Font banks are 64 kb now. updating pagehandler to match. (wjp)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2000
|
2004-09-28 20:17:31 +00:00 |
|
Sjoerd van der Berg
|
6c6c6f031c
|
Fix cursor start end line for non-vga card support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1998
|
2004-09-28 15:43:31 +00:00 |
|
Peter Veenstra
|
7da8b39be5
|
Some cleanups and some dots
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1997
|
2004-09-28 15:31:21 +00:00 |
|
Peter Veenstra
|
6574f599b7
|
Readme to lightblue
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1995
|
2004-09-25 09:19:53 +00:00 |
|
Peter Veenstra
|
6fb463f5e1
|
Spiced up startup message. and corrected a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1991
|
2004-09-23 18:19:50 +00:00 |
|
Peter Veenstra
|
d4e222d440
|
double message length
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1988
|
2004-09-22 14:52:07 +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
|
55c785a7a3
|
Another typo....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1985
|
2004-09-21 19:32:15 +00:00 |
|
Peter Veenstra
|
692445523a
|
Some DIRCMD for XulChris
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1984
|
2004-09-18 10:20:54 +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
|
293535b8e2
|
Fix overflows in buffer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1982
|
2004-09-16 21:47:39 +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 |
|
Sjoerd van der Berg
|
4530386c35
|
Fix stereo transfers overflowing the dma counter with remaining bytes
Add 16 bit continue dma dsp command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1977
|
2004-09-15 10:59:28 +00:00 |
|
Sjoerd van der Berg
|
18f7967fee
|
Fix a popf issue
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1976
|
2004-09-15 08:57:40 +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
|
2119b82868
|
pop2 irq
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1973
|
2004-09-11 09:00:58 +00:00 |
|
Sjoerd van der Berg
|
4f558a5ab7
|
Add pit mode 1 which basically just keeps output high
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1972
|
2004-09-11 08:09:25 +00:00 |
|
Peter Veenstra
|
0a2704969e
|
Warning Warning.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1971
|
2004-09-10 22:31:03 +00:00 |
|
Sjoerd van der Berg
|
386461754e
|
changes for improved timing event system
Fix the cursor in cga,tandy,hercules modes
Fix the 160x200 16 color cga mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1970
|
2004-09-10 22:16:30 +00:00 |
|
Sjoerd van der Berg
|
85079912c9
|
changes for improved timing event system
Now generate output with floating point variables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1969
|
2004-09-10 22:15:58 +00:00 |
|
Sjoerd van der Berg
|
dfbb195418
|
changes for improved timing event system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1968
|
2004-09-10 22:15:20 +00:00 |
|
Sjoerd van der Berg
|
5c26302fc2
|
Fix a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1967
|
2004-09-10 22:09:54 +00:00 |
|
Sjoerd van der Berg
|
8385ace190
|
cga and tandy machines skip the extended vga cursor shape routine
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1966
|
2004-09-10 22:08:45 +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
|
c002268376
|
Update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1964
|
2004-09-10 18:08:23 +00:00 |
|