1
0
Fork 0
Commit graph

2051 commits

Author SHA1 Message Date
Peter Veenstra
e80222f29b New include system + Removed stddef.h from dosbox.h , added it to core_dyn_x86.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2135
2005-03-24 10:11:18 +00:00
Peter Veenstra
b42c189ac6 new include system and a new RealSetVec function that returns the old value of the vector
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2134
2005-03-24 10:05:57 +00:00
Sjoerd van der Berg
4594c5a600 Add test for systems not support unaligned memory access. Rename the WLE functions to var_write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2133
2005-03-24 09:20:47 +00:00
Sjoerd van der Berg
6693ca22b1 Replace WLE with var_write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2132
2005-03-24 09:19:18 +00:00
Sjoerd van der Berg
be3c6487ab Add the c_unaligned_memory define for visual c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2131
2005-03-24 09:18:14 +00:00
Sjoerd van der Berg
fb4802a0bb Add a test/option to enable unaliged memory access for certain processors
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2130
2005-03-24 08:46:38 +00:00
Peter Veenstra
641fe1b465 Update and testing int
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2129
2005-03-21 12:14:10 +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
460908f0e7 don't print to stdout when there is no stdout. Fixes some bug with -noconsole in a read-only envirionment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2127
2005-03-08 09:34:27 +00:00
Peter Veenstra
266f2a1270 Changed fm output select (fixes music in mm3 with mixer=true)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2126
2005-03-03 10:54:05 +00:00
Peter Veenstra
9a497f0b4b if is always with == except for errorlevel, which accepts = as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2125
2005-03-02 11:53:00 +00:00
Sjoerd van der Berg
25e705f683 Force the correct vga clock for clocks 0 and 1 used in vga
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2124
2005-03-02 10:59:22 +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
042a98ddeb The mouse doesn't use Int10_setpos anymore. Added read+write char that accept x,y coordinates. Fixes Lotus123
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2122
2005-03-01 11:13:29 +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
b333849e49 disable the hiding of the mousecursor videomode setting. (fixes ida)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2120
2005-02-24 20:14:57 +00:00
Peter Veenstra
a2d910404e add support for get code from Pinterface (thanks wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2119
2005-02-24 18:24:33 +00:00
Peter Veenstra
b91563ec45 Date and time patch #1117179
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2118
2005-02-24 17:51:00 +00:00
Peter Veenstra
8beb996996 Change filetable to 01 01 01 00 02. Fixes some bugs in DN
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2117
2005-02-24 11:48:01 +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
fcad77e2cb Typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2114
2005-02-22 15:18:14 +00:00
Peter Veenstra
fd28399da2 New assembly x86 fpu core + fixing some bugs in the old one (Thanks wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2113
2005-02-22 13:06:07 +00:00
Peter Veenstra
a05b1da479 Small changes in the taskswitching code (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2112
2005-02-21 15:36:14 +00:00
Peter Veenstra
506400755d Added Get DAC Colour page
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2111
2005-02-14 16:24:16 +00:00
Peter Veenstra
4641faa5ca Added handler for port 3c8
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2110
2005-02-14 16:06:15 +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
6bb1e22bf0 some changes in the extend keyhandling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2108
2005-02-13 13:06:44 +00:00
Peter Veenstra
4e7c410647 Reset disk succeeds if there aren't any images. Fixes ace of aces
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2107
2005-02-11 21:17:04 +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
959b9b89d5 Change priority of logmessages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2105
2005-02-07 19:04:54 +00:00
Peter Veenstra
3105209dad Only do things with the channel if it actually is present. Fixes some crashes with pcspeaker disabled
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2104
2005-02-03 10:34:37 +00:00
Peter Veenstra
7711206341 Slightly simpeler version of erasing a string.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2103
2005-02-03 10:17:44 +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
31cbdda460 Added exception for earth siege 1
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2101
2005-01-24 23:11:19 +00:00
Peter Veenstra
a836014e11 Added exception for win3.x installer(wd/mirek)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2100
2005-01-22 22:43:30 +00:00
Peter Veenstra
625b1dab40 Added midi device selection code for windows
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2099
2005-01-20 20:35:29 +00:00
Peter Veenstra
2e2f007ec2 Huge exceptions addition by wd. Fixes a lot of the segment missing errors with dos4gw. Changed the defaults a bit (IGNORE by default and regular checking in debug mode)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2098
2005-01-18 12:50:06 +00:00
Peter Veenstra
e805d9c05f Some "proper" int 24 in psp. Fixes Telarium games.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2097
2005-01-14 19:38:19 +00:00
Peter Veenstra
37084d6084 Allocate memory changes handle only on succes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2096
2005-01-12 12:44:48 +00:00
Peter Veenstra
158562ba52 2 patches: Backspace always clears cache (xulchris) and switch to private dta while findfirst/next (wd).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2095
2005-01-11 21:08:08 +00:00
Peter Veenstra
c99f8e8710 IO Exceptions (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2094
2004-12-28 16:13:26 +00:00
Peter Veenstra
36cc519170 Changed priority of some messages (Requested by Mirek)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2093
2004-12-28 16:11:54 +00:00
Peter Veenstra
3fd1789b95 Seperate read and write faults(wd). And lowered priority a bit of the log messages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2092
2004-12-28 16:03:02 +00:00
Peter Veenstra
d17551ad8c added 4 and 5 parameters
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2091
2004-12-28 15:58:49 +00:00
Peter Veenstra
b2fa2df349 Change irq mask with ps2 callback. Use pops instead of a normal stack adjustment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2090
2004-12-28 15:57:31 +00:00
Peter Veenstra
16c80d9fb0 Fix playback under win ench
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2089
2004-12-28 15:56:23 +00:00
Peter Veenstra
5a8b59fd75 Slightly changed the debug display and exit routines to be more compatible with other terminals and languages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2088
2004-12-28 15:10:52 +00:00
Dean Beeler
2dbe07074c Completed S3 XGA compatibility
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2087
2004-12-24 05:35:10 +00:00
Sjoerd van der Berg
fba8482ce1 Use special physical memory access for dma transfers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2086
2004-12-22 19:49:24 +00:00