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 |
|
Sebastian Strohhäcker
|
bc593183b6
|
fix opl additional time counter status bit setting for the second timer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3177
|
2008-07-13 09:51:04 +00:00 |
|
Sebastian Strohhäcker
|
c8b4ac03a8
|
disable 0xff escaping for transparent nullmodem mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3176
|
2008-07-05 08:54:59 +00:00 |
|
Sebastian Strohhäcker
|
b77f1e69e3
|
fix opl3 4op connection mode selection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3175
|
2008-07-04 19:15:53 +00:00 |
|
Sebastian Strohhäcker
|
d204f38ea5
|
support non-standard additional keyboard layouts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3174
|
2008-06-30 20:32:37 +00:00 |
|
Sebastian Strohhäcker
|
e688408c10
|
fix adlib key scale levels
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3173
|
2008-06-29 08:00:32 +00:00 |
|
Sebastian Strohhäcker
|
faa11dfa3d
|
some strange people are offended by chdir hints that are not always fully correct in all imaginable situations; removed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3172
|
2008-06-16 20:01:25 +00:00 |
|
Peter Veenstra
|
7ec342c9a9
|
Some warning improvements.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3171
|
2008-06-14 19:31:04 +00:00 |
|
Peter Veenstra
|
95760d70df
|
Add destructor for multival.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3170
|
2008-06-13 08:55:04 +00:00 |
|
Sebastian Strohhäcker
|
868ebc0ea0
|
adjust line split position (fixes Supaplex)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3169
|
2008-06-08 18:27:25 +00:00 |
|
Sebastian Strohhäcker
|
b5c65f12a0
|
better vga irq2 emulation/misc vga reg vret signalling (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3168
|
2008-06-03 18:35:32 +00:00 |
|
Peter Veenstra
|
c1722ea760
|
Commit patch [ 1982117 ] Some minor bugs in the debugger, by etillite
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3167
|
2008-06-02 17:26:59 +00:00 |
|
Peter Veenstra
|
44aca76921
|
make cycles reset to correct default value.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3166
|
2008-05-30 12:42:38 +00:00 |
|
Peter Veenstra
|
d869473970
|
Fix panning for supaplex, wish demo and majic show demo. (Beta1 thank h-a-l-9000)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3165
|
2008-05-28 20:43:13 +00:00 |
|
Peter Veenstra
|
8293b1fab6
|
Correct dosbox internal startup time.
Give correct errorcode for 5c (Beta1)
Do some input checking and give errorcode for 68 (Beta1 fixed)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3164
|
2008-05-28 09:53:31 +00:00 |
|
Peter Veenstra
|
a82bd865f0
|
workaround for debian/ubuntu sdl changes. force mouse release on more events.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3163
|
2008-05-28 09:14:06 +00:00 |
|
Sebastian Strohhäcker
|
d0dbfbaad2
|
reject joysticks with bad specs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3162
|
2008-05-26 19:13:42 +00:00 |
|
Sebastian Strohhäcker
|
dbb69e15a0
|
fix Fable cdrom installer (odd harddrive check)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3161
|
2008-05-25 17:24:59 +00:00 |
|