1
0
Fork 0
Commit graph

2652 commits

Author SHA1 Message Date
Peter Veenstra
fbd74e52d3 Add beta2 patch: [ 1557646 ] Support for 15/16/24-bit color in Win3 from vasyl.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2737
2007-01-08 21:44:10 +00:00
Peter Veenstra
779ab9f715 Add beta2 patch: Some hack to make SKYRICA work. (allocate a zero xms page to get a pointer to xms memory area)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2736
2007-01-08 21:40:15 +00:00
Sebastian Strohhäcker
0cca0c96cf enable instant irq checking after STI for the dynamic core
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2735
2007-01-08 21:29:27 +00:00
Peter Veenstra
cb75e86089 Add beta2 patch. Add some basic file/path not found error. Fixes some installer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2734
2007-01-08 21:20:23 +00:00
Peter Veenstra
384f3703eb Some OS/2 specific fix.(Josch)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2733
2007-01-08 21:07:39 +00:00
Sebastian Strohhäcker
c773dded4b better workaround for clipper programs (doesn't break wc3)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2732
2007-01-08 20:58:47 +00:00
Peter Veenstra
ca8b788e12 Add Beta2 patch:Fix nc5 installer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2731
2007-01-08 20:36:53 +00:00
Peter Veenstra
24b3c2a1b8 Add beta2 patch: Move dos tables to c800 to make easier umb management.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2730
2007-01-08 20:10:34 +00:00
Peter Veenstra
d78d597f92 Add Beta2 patch: Fix autoexec overflow.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2729
2007-01-08 19:59:06 +00:00
Peter Veenstra
fdd16dea1a Happy New Year\!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2728
2007-01-08 19:45:42 +00:00
Peter Veenstra
454422c970 Type specifiers for unsigned values. Makes g++ happy.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2727
2006-12-12 21:25:50 +00:00
Sebastian Strohhäcker
ed121c32e1 start with better max cycles value when autoswitching to cycles=max (thanks gulikoza)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2726
2006-12-04 15:49:01 +00:00
Peter Veenstra
d197ac5ee8 Fix ACAD R11. SaveSelector after modifying the setbusy bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2725
2006-12-01 20:48:53 +00:00
Peter Veenstra
563f6af7fe Make creative sb16 drivers whatcard.exe happy(no need to replace it anymore). Hopefully windows sb16 sound support still works.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2724
2006-11-21 15:12:39 +00:00
Sebastian Strohhäcker
61fffb166e enable interrupts when leaving int16/ax=1 as bios uses sti/retf2 (fixes Joust)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2723
2006-11-20 17:35:53 +00:00
Sebastian Strohhäcker
af1673c6f2 re-fix deleting of hostwise open files (makes Alien Carnage work again without breaking Abuse)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2722
2006-11-14 20:01:42 +00:00
Sebastian Strohhäcker
26bc8da23d favoured use of old simple core; default to automatic core selection;
some processor usage limiting capabilities for max cycles


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2721
2006-11-14 14:12:00 +00:00
Sebastian Strohhäcker
32e3a625d4 remove logging
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2720
2006-11-11 14:42:38 +00:00
Peter Veenstra
51dda5a3f6 Make valgrind happy. (and maybe us as well)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2719
2006-11-08 20:20:09 +00:00
Peter Veenstra
4510807269 rewrite powf stuff a bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2718
2006-11-07 11:43:13 +00:00
Sebastian Strohhäcker
60b6c06b54 increase iso image directory entry name size (prompt/hakonrk)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2717
2006-11-05 17:30:54 +00:00
Peter Veenstra
cd64154623 Warning instead of exit when joystick init fails. Fixes bug:1577125
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2716
2006-10-31 17:29:32 +00:00
Sebastian Strohhäcker
76478e8cec add dos keyboard layout support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2715
2006-10-27 13:37:14 +00:00
Peter Veenstra
712a055b7b Add Beta1 patch: "Remove ida4 mouse unhiding. It's a but in the application afterall. Change type of mouse.shown."
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2714
2006-10-27 12:07:41 +00:00
Peter Veenstra
648eaeb2a2 Add Beta1 patch: "Require devices to have valid leading directories."
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2713
2006-10-27 12:03:22 +00:00
Peter Veenstra
ded957188a Add Beta1 patch: "Add very basic Clipper support." by wd.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2712
2006-10-27 12:01:52 +00:00
Peter Veenstra
3653a5a3d5 Add Beta1 patch: "Add functions needed by netbios.exe, Fix some trouble with armada in protected mode" by h-a-l-9000.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2711
2006-10-27 12:00:29 +00:00
Peter Veenstra
63fd72d956 Fix bug 1577423: "Name collision when building with Sun Studio 11 on Solaris."
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2710
2006-10-23 18:57:43 +00:00
Sebastian Strohhäcker
0e087c2f57 add dyn_fpu_dh.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2709
2006-10-13 17:42:48 +00:00
Peter Veenstra
d0a2e8859e Make ansi use current page instead of page 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2708
2006-10-13 16:33:24 +00:00
Sebastian Strohhäcker
3cb1e884bd utilize host fpu directly (dynamic core)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2707
2006-10-12 15:18:32 +00:00
Peter Veenstra
da0bb016c5 fix a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2706
2006-10-11 08:01:11 +00:00
Peter Veenstra
54b29e831c Change configfile loading support. Introduce some sort of global configfile parsing and add some additional settings from local configuration files. Allow multiple configuration files to be specified at the commandline like patch 1513790.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2705
2006-10-08 19:26:04 +00:00
Sebastian Strohhäcker
6448f2a398 adapt dynamic core for OSX (adhere to 16 byte stack alignment, move link blocks to dynamic memory);
thanks to Mark Laws for his help and information


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2704
2006-10-04 19:24:52 +00:00
Peter Veenstra
14d8f44e0e Add patch "DAC on LPT1, covox emulation added." from zbiggy.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2703
2006-09-30 12:33:36 +00:00
Peter Veenstra
50a7684df1 Fix cdrom detection Inherit the earth under image and SDL cdrom emulation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2702
2006-09-25 08:47:37 +00:00
Sebastian Strohhäcker
d5376a59f9 fix two bugs in the dyn_fpu generated code (thanks to Folken for reporting them)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2701
2006-09-19 16:27:58 +00:00
Sebastian Strohhäcker
bd65320c7e add TRx handling opcodes (fixes JetFighter2, thanks to vasyl)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2700
2006-09-17 13:38:30 +00:00
Peter Veenstra
acce481653 Fix bug 1542808 (BaK doesn't work on AMD 64). Apply patch 1555327 (A few less warnings) by Guido de Jong.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2699
2006-09-14 18:46:48 +00:00
Peter Veenstra
0cee9f42c7 Appy patch "[ 1555189 ] Fix for Alien Breed" from Vasyl Tsvirkunov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2698
2006-09-10 13:21:43 +00:00
Peter Veenstra
aea9c0fa83 Patch "[ 1555185 ] Fix for SVGA Harrier" from Vasyl Tsvirkunov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2697
2006-09-09 16:06:32 +00:00
Sebastian Strohhäcker
1a17ed9833 change mouse swap subroutine default parameters a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2696
2006-09-02 17:03:43 +00:00
Sebastian Strohhäcker
941cca12b9 fix fast console output code (evo)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2695
2006-09-01 17:34:36 +00:00
Peter Veenstra
3055f3bdd5 reallocate allocates on handle 0 now as well.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2694
2006-08-30 12:19:04 +00:00
Sebastian Strohhäcker
2b5eb21748 extend soundblaster mixer controls (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2693
2006-08-28 17:02:31 +00:00
Sebastian Strohhäcker
e11274fe6e add/fix some more soundblaster modes (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2692
2006-08-25 09:40:19 +00:00
Sebastian Strohhäcker
85603ac5eb fix odd situation where searchslot overrunning was not detected (see sf bug #1543663)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2691
2006-08-23 20:09:52 +00:00
Sebastian Strohhäcker
be9a70adfd fix unsigned 16bit samples sb16 output
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2690
2006-08-21 20:08:26 +00:00
Sebastian Strohhäcker
2bb31be532 update readme
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2689
2006-08-20 15:41:55 +00:00
Sebastian Strohhäcker
af59fbc915 fix int15 returnflags for unimplemented functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2688
2006-08-18 18:23:02 +00:00