Peter Veenstra
f48a969a9f
0.70 administrative changes
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2830
2007-03-02 10:21:44 +00:00
Peter Veenstra
889a641cb7
Remove visual C project files. (outdated and buggy code)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2829
2007-03-02 09:51:24 +00:00
Sebastian Strohhäcker
486d5ca7a8
fully ignore screen-off bit (fixes Darklands, Skyroads3d)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2828
2007-02-27 19:48:46 +00:00
Sebastian Strohhäcker
2d4ce67ff8
fix dc blocklength
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2827
2007-02-26 16:59:16 +00:00
Sebastian Strohhäcker
0280c7ee4c
fix some special keys inside the debugger under windows (thanks etil);
...
fix debug.exe argument handling (thanks efry);
correct condjump target prediction display of the debugger
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2826
2007-02-25 18:38:00 +00:00
Sebastian Strohhäcker
6363fe8004
fix operator priority
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2825
2007-02-24 21:07:22 +00:00
Sebastian Strohhäcker
fd916a72a8
update VS project file
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2824
2007-02-22 15:15:00 +00:00
Sebastian Strohhäcker
3e591eb615
initialize variable in dummy case
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2823
2007-02-22 15:12:48 +00:00
Peter Veenstra
260fd8e719
We are on release candidate 3.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2822
2007-02-22 08:49:36 +00:00
Peter Veenstra
ef7ce0307f
Documentation update.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2821
2007-02-22 08:49:02 +00:00
Peter Veenstra
03837aa491
commit the header as well
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2820
2007-02-22 08:48:19 +00:00
Peter Veenstra
a32707e4e1
Change the video card timing a bit. Fix a few bugs related to the palette registers. Fix pel_panning.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2819
2007-02-22 08:47:45 +00:00
Peter Veenstra
34ccfaec46
Add writemap. Fixes stonekeep in dynamic core.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2818
2007-02-22 08:45:14 +00:00
Peter Veenstra
c392dcfc90
Add new option: buttonwrap. For people who like to map a lot of keys to their joystick.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2817
2007-02-22 08:44:07 +00:00
Peter Veenstra
cfa3a9d466
Update os2 serial support(Josch). Add some fixes for Mac OS X. Fix uninitialized variable.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2816
2007-02-22 08:41:16 +00:00
Peter Veenstra
6027e7710f
improve mixer controls a bit. (Srecko)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2815
2007-02-22 08:39:06 +00:00
Peter Veenstra
d0cb27424f
Improve 16 bit playback. (Srecko)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2814
2007-02-22 08:37:52 +00:00
Peter Veenstra
8146e48c4c
Enable boot to use non-mounted locations as well (for the images)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2813
2007-02-22 08:37:12 +00:00
Peter Veenstra
6cfc6950c4
Fix some bug in readsectors.(prompt)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2812
2007-02-22 08:36:25 +00:00
Peter Veenstra
12222e680b
No need to use new here (memleak)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2811
2007-02-22 08:35:34 +00:00
Peter Veenstra
b193341d59
Hide hercules startup screen. Allow single quotes within double quotes under windows and os2.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2810
2007-02-22 08:34:10 +00:00
Peter Veenstra
e24c554ec0
Hack for Jurresic (game comparing stuff against interrupt table)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2809
2007-02-22 08:33:15 +00:00
Peter Veenstra
8dbee51bd3
Workaround(partly) 16 port acces setting cycles to zero thereby invalidating one of the ports.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2808
2007-02-22 08:32:21 +00:00
Peter Veenstra
4f5516925d
Fix 2 memcpy overflows causing stack corruption. (Ludwig)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2807
2007-02-22 08:30:47 +00:00
Sebastian Strohhäcker
b789d10fc3
add entries
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2806
2007-02-15 21:02:04 +00:00
Peter Veenstra
93c278d376
administrative changes for 66rc1.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2805
2007-02-04 11:41:25 +00:00
Peter Veenstra
392818ac53
update so it is aware of 9x and NT systems
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2804
2007-02-04 11:16:58 +00:00
Peter Veenstra
89cc28568b
Beta 3 changes from h-a-l-9000.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2803
2007-02-04 11:15:30 +00:00
Peter Veenstra
0bf5025fea
iodelay aware cycle adjustment code.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2802
2007-02-04 11:10:22 +00:00
Peter Veenstra
f28020edb3
Allow less beautiful version numbers.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2801
2007-02-04 10:46:34 +00:00
Peter Veenstra
6622f2de24
0.66 release candidate 1 installer
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2800
2007-02-04 10:37:18 +00:00
Peter Veenstra
49d47cfb2f
Add 64 bit windows topic
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2799
2007-02-04 10:34:23 +00:00
Peter Veenstra
4f7838f172
Add improved fix for the ballad sequencer. Thanks Srecko
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2798
2007-02-03 14:11:38 +00:00
Peter Veenstra
88c948bc00
Fix bug "[ 1647131 ] PATH env var not handled properly."
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2797
2007-02-03 14:04:23 +00:00
Sjoerd van der Berg
a76a07d2c9
Finish the frame without drawing if there's screen reset
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2796
2007-02-03 13:00:16 +00:00
Sjoerd van der Berg
ac97451586
Fix ending the previous frame if it didn't finish in time
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2795
2007-02-03 08:53:58 +00:00
Sebastian Strohhäcker
2b577443e0
avoid selfpage removal for crossblocks when codepages run out
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2794
2007-02-02 17:23:14 +00:00
Sebastian Strohhäcker
c0c80145d6
clear banking bit0 for 32k tandy modes; fix some pcjr mode
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2793
2007-02-01 16:24:03 +00:00
Sebastian Strohhäcker
28cc8c5c9f
fix pcjr sysrom location
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2792
2007-02-01 15:32:19 +00:00
Sjoerd van der Berg
477a30e2bd
16 color vesa modes start address setting added
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2791
2007-01-31 11:09:42 +00:00
Sjoerd van der Berg
42adb8617c
Vesa 16 color modes use the highres vga/textmode palette
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2790
2007-01-31 11:08:35 +00:00
Peter Veenstra
5ef29db806
Fix small bug in readdata. Causes problems on every 32 reads. Thanks Srecko
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2789
2007-01-28 20:08:52 +00:00
Sebastian Strohhäcker
5c20be0f85
disable shortcut
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2788
2007-01-26 18:02:28 +00:00
Sebastian Strohhäcker
79c55d9ebf
typo
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2787
2007-01-26 16:22:43 +00:00
Sjoerd van der Berg
87cd8a180e
Use the cached data for chained mode rendering
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2786
2007-01-25 08:08:32 +00:00
Sjoerd van der Berg
a1e661ddbb
Add suppport for the dac pel mask
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2785
2007-01-25 08:08:14 +00:00
Sjoerd van der Berg
b9e934fd97
Fix uninitialized value
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2784
2007-01-25 07:35:06 +00:00
Sjoerd van der Berg
5bd556e219
Only show resolution log message in debug version
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2783
2007-01-24 16:54:00 +00:00
Sjoerd van der Berg
576d1c6eff
Fix setwindow position setting for 15/16/32bpp modes
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2782
2007-01-24 16:29:53 +00:00
Sjoerd van der Berg
5660ee1856
Fixes to hercules emulation, better detection and bank switching
...
Fixes to tandy emulation, 640x200x16 mode and different sizes bank.
EGA/VGA memory changes detection for faster rendering added
Renderer does initial pass to check for needing to lock buffer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2781
2007-01-24 16:29:09 +00:00