1
0
Fork 0
Commit graph

149 commits

Author SHA1 Message Date
Peter Veenstra
acada1af49 Prevent against div by zero. Make it possible to recover from ratio increases. Try to prevent large increases that are caused by timing resolution problems
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3397
2009-05-20 18:07:06 +00:00
Sebastian Strohhäcker
4ebdd5114a add dbopl to vs project file;
fix internal opl rate of dbopl;
change opl provider selection and default


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3358
2009-04-26 15:37:04 +00:00
Sebastian Strohhäcker
1b6028a8be add alternative opl2/opl3 emulator; fix opl clock rate
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3348
2009-04-17 17:24:47 +00:00
Peter Veenstra
5d7701ef67 Add cycles=number support. Based on patch of h-a-l-9000, but slightly better. Beautify the configfile a bit.(Beta2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3304
2009-02-15 20:01:08 +00:00
Sjoerd van der Berg
9b70d00853 New adlib interface allowing for different emulation backends
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3299
2009-02-03 19:20:30 +00:00
Peter Veenstra
177cbf42b6 Rename midi elements. Move configfile message to Init function so they are available as soon as possible. Make language and capture use Prop_path.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3286
2009-02-01 14:22:22 +00:00
Peter Veenstra
d584afc0ef Rename mixer => sbmixer. Add Wari hack (beta2)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3277
2009-02-01 11:07:11 +00:00
Sebastian Strohhäcker
0589064b99 use layout name for auto kb layout detection, enable it by default;
add secondary hungarian layout check (see sf patch #2528951 by etillite)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3271
2009-01-23 19:27:54 +00:00
Sebastian Strohhäcker
9f649f01b4 better use the ratio after it is updated...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3267
2009-01-20 20:01:04 +00:00
Sebastian Strohhäcker
4e8f79fd9e reduce GUS parameters, disable gravis ultrasound by default (for testing)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3259
2009-01-14 20:50:23 +00:00
Sebastian Strohhäcker
9690d8d53f prevent overflows during cycles estimation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3257
2009-01-13 17:32:09 +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
Sebastian Strohhäcker
24bb7de36c add prefetch queue emulation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3158
2008-05-21 21:29:32 +00:00
Sebastian Strohhäcker
e3aba20b3c better separation of cpu type specific features; make cpu type selectable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3155
2008-05-18 13:11:14 +00:00
Sebastian Strohhäcker
caa9317946 add possibility to emulate older vesa version to work around some buggy games (fixes Supreme Warrior)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3153
2008-05-10 17:33:28 +00:00
Peter Veenstra
327f9acedb Convert both cycles and serial port to new multiremain class. TODO src/hardware/serialport.cpp to parse new classes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3150
2008-04-29 08:24:16 +00:00
Peter Veenstra
89893d77bb Fix padding. Thanks eL-PuSHeR
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3132
2008-03-21 04:36:20 +00:00
Peter Veenstra
f209b02e6b Add some modified version of some uncommited part of moe his patch. which add helptexts in the configfile.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3130
2008-03-19 20:35:18 +00:00
Peter Veenstra
3e5dae2877 rename vga_X to svga_X. kick vga. make svga_s3 default.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3127
2008-03-18 20:51:26 +00:00
Peter Veenstra
ff3634a5d9 Add "hack" to display the initial values of the prop_multival entries.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3100
2008-02-10 18:55:23 +00:00
Peter Veenstra
b437d79d8d Fix crash due to missing 0 at end of list
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3099
2008-02-10 14:31:00 +00:00
Peter Veenstra
45074288cf Partial rewrite of the configsystem part 2. Should be usuable. Missing parts are cosmetic. (based on Moe his stuff). I hope everything works in visual C.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3098
2008-02-10 11:14:03 +00:00
Sebastian Strohhäcker
09622a48af optionally turn off vesa linear framebuffer for some buggy games
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3092
2008-02-03 20:43:14 +00:00
Sebastian Strohhäcker
ae447b6477 prevent auto cycle adjusting to lower the cycles too much on heavy background load
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3080
2008-01-16 20:17:15 +00:00
Sebastian Strohhäcker
e0d88e1d11 additional svga chipset emulation (tseng, paradise) and small fixes for s3, vasyl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3075
2008-01-09 20:34:51 +00:00
Peter Veenstra
debad77a6c mention it here as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3063
2007-12-13 12:38:13 +00:00
Sebastian Strohhäcker
d64648208a tweak some vga bios functions to better stick to real implementations
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2995
2007-09-24 20:50:40 +00:00
Sebastian Strohhäcker
6188566e38 add partial ega-only machine
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2992
2007-09-20 16:42:43 +00:00
Sebastian Strohhäcker
b788b3dc94 update joystick description
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2968
2007-08-16 07:50:31 +00:00
Sebastian Strohhäcker
d404647529 enable core=auto switching for recompiling core as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2957
2007-08-09 19:52:33 +00:00
Sebastian Strohhäcker
16b9c8db8a tweak speed-unlocking a bit for cycles=max (ykhwong, see sf patch #1745756)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2951
2007-08-07 21:01:08 +00:00
Sebastian Strohhäcker
37914fb224 additional scaler reset checks, mention scaler forcing in the configuration file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2910
2007-07-02 20:06:59 +00:00
Peter Veenstra
4053f8693e Add intro text to configfile.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2895
2007-06-27 14:51:30 +00:00
Peter Veenstra
a5ac3216ba Some more const stuff. Silences a few warnings and removes a few casts. Update description of dss.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2886
2007-06-14 08:23:46 +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
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
Sebastian Strohhäcker
667c756775 enhance cycles config variable a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2780
2007-01-21 18:14:52 +00:00
Sebastian Strohhäcker
e608297aae add imagedisk swapping capabilities (prompt, slightly modified sf patch #1505951); fix int13 write sectors return code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2778
2007-01-21 16:21:22 +00:00
Peter Veenstra
85af8429ac Add beta2 patch: nullmodem and serial update. Add some more configure tests for OS/2 and Mac OS X
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2758
2007-01-13 08:35:49 +00:00
Peter Veenstra
c9ba894dc9 That includes the umb section as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2753
2007-01-11 16:47:10 +00:00
Peter Veenstra
267d7bfeb1 bools aren't strings. (rcblanke)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2751
2007-01-11 16:25:21 +00:00
Peter Veenstra
91eb2fa612 Add timed joystick support (Justice and others) and silence a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2750
2007-01-11 09:51:37 +00:00
Sebastian Strohhäcker
e529cae446 Add beta2 patch: enable full joystick remapping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2747
2007-01-10 15:01:15 +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
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
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
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
7db3da30f6 add patch 1485766 from Kronuz.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2682
2006-08-05 09:06:44 +00:00
Sebastian Strohhäcker
8dd057d52e add automatic core selection;
switch back to default cycles/core on program exit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2663
2006-06-29 09:10:10 +00:00
Sebastian Strohhäcker
97470261fb tweak size of auto-cycle interval (ih8regs);
switch to auto-cycle guessing if appropriate


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2660
2006-06-25 18:49:32 +00:00