1
0
Fork 0
Commit graph

3139 commits

Author SHA1 Message Date
Peter Veenstra
2314183f15 Some warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3227
2008-10-05 14:44:52 +00:00
Sebastian Strohhäcker
e3c5fe0708 avoid (rare) possibility of a crash when corrupted cdrom images are loaded
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3226
2008-09-29 17:50:18 +00:00
Peter Veenstra
30d2c50b9f Give warning on c:/" as well.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3225
2008-09-26 17:21:17 +00:00
Sebastian Strohhäcker
bb9fc62ba8 some warning fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3224
2008-09-23 17:13:18 +00:00
Sebastian Strohhäcker
2468984293 rework error code handling for special extended-open dos call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3223
2008-09-21 19:42:47 +00:00
Sebastian Strohhäcker
4214b133a0 fix shell file create attribute setting for output redirection (thanks to skatz for noticing)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3222
2008-09-20 14:51:53 +00:00
Sebastian Strohhäcker
353b1c9011 keep it compiling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3221
2008-09-19 20:18:21 +00:00
Sebastian Strohhäcker
298034bec7 ability to cache register/segment register pointer in host register for the recompiler (M-HT, implemented for arm backends)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3220
2008-09-19 16:48:03 +00:00
Sebastian Strohhäcker
5f12dea767 reset dma request line on soundblaster reset (thanks to hal), fixes 3d bomber
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3219
2008-09-13 20:04:28 +00:00
Peter Veenstra
74b5d82ccf fix numlock/capslock status on focus loss.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3218
2008-09-10 16:20:04 +00:00
Sebastian Strohhäcker
c994a9a25e fix some msvc64bit warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3217
2008-09-07 10:55:16 +00:00
Sebastian Strohhäcker
a94ef4eddc move first shell's psp/environment into low dos memory, uses complete MCBs for them (gold aztecs doesn't like it otherwise)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3216
2008-09-06 14:47:15 +00:00
Sebastian Strohhäcker
dce428ac54 armv4le backend update (M-HT), adds distance data pool for thumb emitter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3215
2008-09-02 20:44:41 +00:00
Sebastian Strohhäcker
acce294193 ability to automatically select host-matching keyboard layout
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3214
2008-08-31 10:14:31 +00:00
Sebastian Strohhäcker
e0efbfbd4c fix offset of sda to be correctly placed relative to the sysvars table (codeview checks)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3213
2008-08-29 19:27:04 +00:00
Sebastian Strohhäcker
ba077a4d76 add/fix some undocumented sb16 dsp commands (asp/csp programming)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3212
2008-08-28 17:37:23 +00:00
Peter Veenstra
cbdb5b97fe Change logging message to always display things in twofault.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3211
2008-08-27 16:21:30 +00:00
Peter Veenstra
3fc520528d More pedantic.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3210
2008-08-24 16:48:23 +00:00
Peter Veenstra
e08ea925b7 pedantic warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3209
2008-08-24 16:43:06 +00:00
Sebastian Strohhäcker
6bc0cb78a1 add INVLPG to recompiler (Cavewars)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3208
2008-08-23 16:36:21 +00:00
Sebastian Strohhäcker
23bc78dd1b fix get/set xga pixel constraints
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3207
2008-08-21 09:10:31 +00:00
Sebastian Strohhäcker
021c76f6d9 add arm4 dynamic recompiler backend (M-HT)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3206
2008-08-20 14:13:21 +00:00
Peter Veenstra
6640a3e6f0 Fix ROR byte flag calculations. (thank you h-a-l-9000 for your help in determing which instruction was broken)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3205
2008-08-19 13:59:24 +00:00
Sebastian Strohhäcker
7bce57da3e add version information/description to installer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3204
2008-08-12 18:13:51 +00:00
Sebastian Strohhäcker
c4ab50a955 xga mmio dword fix (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3203
2008-08-11 17:51:06 +00:00
Peter Veenstra
cdbd12696e Map PRN to LPT1.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3202
2008-08-11 13:09:44 +00:00
Peter Veenstra
8fe4a7e67f Refactoring. Rewrite IF to not simply delete all =. Makes stuff like if errorlevel === 0 if not errorlevel 1 set A=1 correctly possible. Linefeed stuff(beta1)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3201
2008-08-11 12:54:57 +00:00
Peter Veenstra
0c788c8d3a Remove unused variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3200
2008-08-11 12:52:36 +00:00
Peter Veenstra
baade2ff3f signed vs unsigned
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3199
2008-08-11 12:51:11 +00:00
Peter Veenstra
a84fcb5f7c Fix logging message.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3198
2008-08-11 12:50:26 +00:00
Peter Veenstra
b1519ba4c1 Make more creative labels possible (:======label======)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3197
2008-08-11 07:47:04 +00:00
Sebastian Strohhäcker
cd0394d692 change VER to display the sub-version in an easier readable form (6.2->6.02, 6.20->6.20) to avoid confusion
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3196
2008-08-10 18:33:30 +00:00
Peter Veenstra
6a721243e7 Some more warning fixes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3195
2008-08-09 19:42:26 +00:00
Sebastian Strohhäcker
34cc1838d0 fix graphics rom checksum position
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3194
2008-08-09 15:37:15 +00:00
Sebastian Strohhäcker
b374d8c93f some s3/xga fixes (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3193
2008-08-08 21:57:00 +00:00
Sebastian Strohhäcker
c78a9f6c03 fix/work around some gcc Wall warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3192
2008-08-06 18:34:21 +00:00
Sebastian Strohhäcker
3d40069e4a tweak s3 crtc reg36 (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3191
2008-08-04 17:48:36 +00:00
Peter Veenstra
01e8571ece Make the mouse struct a bit smaller. ignore mouse.page in text mode, always use current page. Fixes CV RENUM.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3190
2008-08-03 15:52:06 +00:00
Sebastian Strohhäcker
6eae7e5586 fix some s3 crtc register return values, use trio64 as ID (re-enables lfb detection for univbe)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3189
2008-08-03 13:37:49 +00:00
Sebastian Strohhäcker
b1ed4cc84c write dcc code into dynamic function state area, not the dcc index
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3188
2008-08-01 19:52:02 +00:00
Peter Veenstra
becde6b64c Some const correctness.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3187
2008-07-28 19:46:39 +00:00
Peter Veenstra
6d1979bb9d Make max 50% in autoexec.bat possible.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3186
2008-07-27 20:12:28 +00:00
Sebastian Strohhäcker
87941d0883 merge opl3-output into two channels only
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3185
2008-07-27 19:52:12 +00:00
Peter Veenstra
e7d66020ea Add non-parsing WriteOut.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3184
2008-07-26 19:06:26 +00:00
Peter Veenstra
ec45bd0fad Add pingpatch from h-a-l-9000.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3183
2008-07-26 14:49:38 +00:00
Peter Veenstra
3f010a728c Add syncing to real clock to interrupt 8 (disabled by default. DOSBOX_CLOCKSYNC)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3182
2008-07-19 13:28:03 +00:00
Peter Veenstra
4dbecf269c Update directserial to new configclass. Thanks h-a-l-9000
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3181
2008-07-14 20:06:19 +00:00
Peter Veenstra
d044321864 Add disney changes from h-a-l-9000
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3180
2008-07-14 19:39:10 +00:00
Peter Veenstra
92dade7e5b Show a few more digits.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3179
2008-07-14 19:30:29 +00:00
Sjoerd van der Berg
1ff3aed302 New DRO Capturing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3178
2008-07-14 19:07:04 +00:00