1
0
Fork 0
Commit graph

3403 commits

Author SHA1 Message Date
Sebastian Strohhäcker
4652da4af5 add ems OS-dedicated handle functionality (fixes battle chess 4000 screen bug, thanks to ripsaw for debugging this),
fix some ems error numbers


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3241
2008-11-27 18:57:45 +00:00
Sebastian Strohhäcker
0204b90e86 update cdrom related sections of the readme
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3240
2008-11-23 09:25:29 +00:00
Sebastian Strohhäcker
5822f7af76 display loaded language code when using keyb without parameter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3239
2008-11-22 14:24:11 +00:00
Peter Veenstra
5de6a70750 Prioritize realtime messages.(Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3238
2008-11-10 15:30:25 +00:00
Peter Veenstra
5b559c3905 Cakewalk (ripsaw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3237
2008-11-10 15:29:38 +00:00
Peter Veenstra
0aa906a05c Fix telengard. Always use attr in non-textmode. Change cga4 to use 0x3 instead of 0x1. Might not be needed as attribute is always used....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3236
2008-11-09 11:22:03 +00:00
Sebastian Strohhäcker
163dce9a45 fix a few windib alternative key scancodes (thanks etillite, see sf bug #2209440)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3235
2008-11-09 10:38:21 +00:00
Sebastian Strohhäcker
e2a1305dce some typo; fix mode0xa number of reported columns (thanks etillite, see sf bug #2209440)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3234
2008-11-08 12:56:50 +00:00
Sebastian Strohhäcker
1bcab407ae fix cdrom ioctl raw sector reading;
add mci cd audio functionality to cdrom ioctl interface;
add direct audio extraction functionality to cdrom ioctl interface


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3233
2008-11-06 19:31:21 +00:00
Sebastian Strohhäcker
c96d1f063e allow more submappings for the keyboard layouts (skatz, used for e.g. ukrainian layout)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3232
2008-10-30 22:34:17 +00:00
Sebastian Strohhäcker
b2ae2d8c07 sone general warnings to not arbitrarily raise the memory size option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3231
2008-10-27 11:02:41 +00:00
Peter Veenstra
b5c3adc871 Add fixcakewalk.diff from Srecko. 19820 on vogons.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3230
2008-10-21 06:14:51 +00:00
Sebastian Strohhäcker
02cafbb3f0 adjust cycles for short-running string loops (thanks to ripsaw for pointing this out); fixes some gunship2000 flaws
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3229
2008-10-09 20:37:08 +00:00
Peter Veenstra
fa4aadc31d add debug thing to default header
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3228
2008-10-05 14:50:31 +00:00
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