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
Peter Veenstra
d8c6b96e92
typo
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2564
2006-03-28 10:17:34 +00:00
Peter Veenstra
cc60e080e0
update some comments. Update mixer to be more oldstyle
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2559
2006-03-27 19:41:55 +00:00
Peter Veenstra
dc3f72049f
rename a few configuration items.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2545
2006-03-13 20:00:41 +00:00
Peter Veenstra
a86f615129
mention cvs=auto
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2531
2006-02-28 20:11:49 +00:00
Peter Veenstra
c807253656
hopefully fix random crashes with cycles=auto
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2501
2006-02-14 09:53:24 +00:00
Sjoerd van der Berg
4a0acfb45a
New format for mapper handlers to support keeping keys pressed.
...
Add unlocked speed hotkey
Add some sort of auto cycle guessing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2490
2006-02-12 23:28:21 +00:00
Peter Veenstra
df67775306
time passes on and on....
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Sjoerd van der Berg
960f3b55ec
new svgacard option
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2452
2006-01-30 10:11:18 +00:00
Sebastian Strohhäcker
c1fd235522
use fixed keyboard buffer start/end for old bioses (ApplePanic booter);
...
enable PCJr selection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2421
2005-12-22 20:37:20 +00:00
Sebastian Strohhäcker
f22e8d5041
add possibility to close dma controllers;
...
remove second dma controller when tandy sound is enabled and machine=vga
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2377
2005-11-16 20:27:40 +00:00
Sebastian Strohhäcker
7529d70fbe
add support for tandy sound when machine is not set to tandy
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2373
2005-11-10 18:05:12 +00:00
Peter Veenstra
7865e50411
Add modified patch for restartable renderer from moe.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2343
2005-10-09 15:50:09 +00:00
Sebastian Strohhäcker
caff0f7a8b
adding support for upper memory
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2262
2005-08-08 13:33:46 +00:00
Peter Veenstra
a5252330f7
Add patch 1151453 from h-a-l-9000. Improves softmodem and directserial supports. Adds a dummy serial class as well and makes the serial ports runtime changable
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2257
2005-07-30 14:41:31 +00:00
Peter Veenstra
5045f19259
Add patch 1094730 from Jon Niehof. Added a time out event for the joystick.(fixes detection in certain games).
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2217
2005-06-13 14:48:02 +00:00
Peter Veenstra
2a0f3a1f3d
Support configuration changes from the shell.
...
syntax:
property => lists the current value of the property
property=value => Sets property to value
examples:
ems=true
cycles=5000
core=full
Added "wc" as alias for writeconf and "wl" for writelang(Requested by
DosFreak)
Added support for home/end on the shell(parapente)
Config supports the setting of configuration as well:
config -set "section property=value"
This one should be used for properties that exist in more than one section.
Samplerate for example.
Changed the main shellinput loop. So it checks for a property if the entered
command isn't an internal command or an executable.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2190
2005-04-21 21:17:46 +00:00
Peter Veenstra
2094d8b985
Year update
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
625b1dab40
Added midi device selection code for windows
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2099
2005-01-20 20:35:29 +00:00
Peter Veenstra
e79fab40ea
Some changes for legends of valour(hiding cursor on reset) and Grand Prix Unlimited(cursor in the middle of the screen)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2075
2004-12-07 21:49:13 +00:00
Peter Veenstra
55c785a7a3
Another typo....
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1985
2004-09-21 19:32:15 +00:00
Peter Veenstra
388c6abfcb
Typo :( (Thanks for telling me, Srecko)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1962
2004-09-10 08:02:50 +00:00
Peter Veenstra
ad1f331777
forgot to include a few things. (Jeremy)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1961
2004-09-10 07:44:15 +00:00
Peter Veenstra
c15193d8f5
mem ->63. List more options
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1956
2004-09-09 08:39:28 +00:00
Peter Veenstra
4807b0f93c
Removed tandy option
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1951
2004-09-08 09:41:13 +00:00
Sjoerd van der Berg
a10d8f9bf0
New mixer config options and removed some
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1910
2004-08-23 08:24:07 +00:00
Peter Veenstra
02ff2737d7
Add Patch 1001897 by Martin. Disabled modem and ipx networking by default as they depend on libraries not everybody may have. Reduces alarmed firewall people and is nicer on unix hosts as port 23 is a bit tricky
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1904
2004-08-13 19:43:02 +00:00
Peter Veenstra
ca409fd57c
Typo in preamble
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Peter Veenstra
83d6b619ca
Doing Stuff some people don't seem to care about.
...
Added Directserial to makefile (else it will not be in the source archive and thus not in the builds)
Enabled it on win32 hosts.
Made it only compilable for win32 target hosts.
dosbox.cpp:
Added help for the configfile for directserial! (Users don't read the source.)
ifdef some more stuff
enable MPU-intelligent-mode by default.
disable Directserial by default.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1897
2004-07-30 01:41:10 +00:00
Sjoerd van der Berg
b1cebeed4e
Changes for 1 global capture directory
...
Support for capturing raw midi
Support for capturing raw opl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1863
2004-07-04 21:02:22 +00:00
Dean Beeler
23005cba52
Adding Win32 passthrough serial support
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1858
2004-06-28 01:41:56 +00:00
Sjoerd van der Berg
1e670040ce
Add a soundblaster option to support soundblaster mixer changes
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1790
2004-05-11 18:42:37 +00:00
Dean Beeler
57a7795ae0
Fix default mixer sampling rate.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1756
2004-04-03 19:01:45 +00:00
Sjoerd van der Berg
f0998e6504
internal dpmi not needed anymore
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1744
2004-03-31 14:43:50 +00:00
Peter Veenstra
4ef54d59ab
some config explanations regarding machina state. First part of patch 897288 by Srecko
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1710
2004-03-10 13:49:30 +00:00
Peter Veenstra
8d674ffdf8
changed machine default from auto to vga
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1707
2004-03-08 13:27:13 +00:00
Sjoerd van der Berg
74b2f10fe6
Add new config options for different soundblaster types
...
Add new config options for different opl emulations
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1697
2004-03-03 15:44:20 +00:00
Sjoerd van der Berg
1d070676ee
Remove auto machine type
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1693
2004-02-29 22:29:31 +00:00
Dean Beeler
7ee4be6fd8
Added initial IPX support
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1668
2004-02-08 08:36:32 +00:00
Sjoerd van der Berg
78577673d9
Added a -machine command line option and changed the config help a bit
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1642
2004-02-02 15:42:38 +00:00
Peter Veenstra
3a0530ec27
typo's
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1581
2004-01-13 19:02:58 +00:00
Sjoerd van der Berg
d227299bc1
Only enable dpmi hos tin debug version
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1572
2004-01-11 19:39:22 +00:00
Peter Veenstra
186b881f15
disabled aspect
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1554
2004-01-10 18:45:50 +00:00
Peter Veenstra
94b8931b78
Changed default cpu cycles to 2500
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1553
2004-01-10 18:42:58 +00:00