1
- DOSBox v0.66
1
+ DOSBox v0.70
2
2
3
3
4
4
=====
@@ -25,11 +25,12 @@ INDEX:
25
25
7. Keyboard Layout
26
26
8. Serial Multiplayer feature
27
27
9. How to run resource-demanding games
28
- 10. The config file
29
- 11. The language file
30
- 12. Building your own version of DOSBox
31
- 13. Special thanks
32
- 14. Contact
28
+ 10. Troubleshooting
29
+ 11. The config file
30
+ 12. The language file
31
+ 13. Building your own version of DOSBox
32
+ 14. Special thanks
33
+ 15. Contact
33
34
34
35
35
36
==============
@@ -311,7 +312,9 @@ In Windows, you can also drag directories/files onto the DOSBox executable.
311
312
4. Internal Programs:
312
313
=====================
313
314
314
- DOSBox supports most of the DOS commands found in command.com.
315
+ DOSBox supports most of the DOS commands found in command.com.
316
+ To get a list of the internal commands type "HELP" at the prompt.
317
+
315
318
In addition, the following commands are available:
316
319
317
320
MOUNT "Emulated Drive letter" "Real Drive or Directory"
@@ -416,15 +419,15 @@ CONFIG -get "section property"
416
419
CONFIG can be used to change or query various settings of DOSBox
417
420
during runtime. It can save the current settings and language strings to
418
421
disk. Information about all possible sections and properties can
419
- be found in section 10 (The Config File).
422
+ be found in section 11 (The Config File).
420
423
421
424
-writeconf localfile
422
425
Write the current configuration settings to file. "localfile" is
423
426
located on the local drive, not a mounted drive in DOSBox.
424
427
The configuration file controls various settings of DOSBox:
425
428
the amount of emulated memory, the emulated soundcards and many more
426
429
things. It allows access to AUTOEXEC.BAT as well.
427
- See section 10 (The Config File) for more information.
430
+ See section 11 (The Config File) for more information.
428
431
429
432
-writelang localfile
430
433
Write the current language settings to file. "localfile" is
@@ -745,9 +748,9 @@ This maximum will vary from computer to computer.
745
748
746
749
747
750
748
- =============
751
+ ==========
749
752
6. Mapper:
750
- =============
753
+ ==========
751
754
752
755
When you start the DOSBox mapper (either with CTRL-F1 or -startmapper as
753
756
a command line argument to the DOSBox executable) you are presented with
@@ -837,9 +840,9 @@ is present in the configfile.
837
840
838
841
839
842
840
- ====================
843
+ ===================
841
844
7. Keyboard Layout:
842
- ====================
845
+ ===================
843
846
844
847
To switch to a different keyboard layout, either the entry "keyboardlayout"
845
848
in the [dos]-section in dosbox.conf can be used, or the internal DOSBox
@@ -991,18 +994,53 @@ as possible for DOSBox.
991
994
Advanced cycles configuration:
992
995
The cycles=auto and cycles=max settings can be parametrized to have
993
996
different startup defaults. The syntax is
994
- cycles= auto ["realmode default"] ["protected mode default"%]
995
- [limit "cycle limit"]
997
+ cycles=auto ["realmode default"] ["protected mode default"%]
998
+ [limit "cycle limit"]
996
999
cycles=max ["protected mode default"%] [limit "cycle limit"]
997
1000
Example:
998
1001
cycles=auto 1000 80% limit 20000
999
1002
will use cycles=1000 for real mode games, 80% cpu throttling for
1000
- protected mode games along with a hard cycles limit of 20000
1003
+ protected mode games along with a hard cycle limit of 20000
1001
1004
1002
1005
1003
1006
1004
1007
====================
1005
- 10. The Config File:
1008
+ 10. Troubleshooting:
1009
+ ====================
1010
+
1011
+ DOSBox crashes right after starting it:
1012
+ - use different values for the output= entry in your DOSBox
1013
+ configuration file
1014
+ - try to update your graphics card driver and DirectX
1015
+
1016
+ Running a certain game closes DOSBox, crashes with some message or hangs:
1017
+ - see if it works with a default DOSBox installation
1018
+ (unmodified configuration file)
1019
+ - try it with sound disabled (use the sound configuration
1020
+ program that comes with the game, additionally you can
1021
+ use sbtype=none and gus=false)
1022
+ - change some entries of the DOSBox configuration file, especially try:
1023
+ core=normal
1024
+ fixed cycles (for example cycles=10000)
1025
+ ems=false
1026
+ xms=false
1027
+ or combinations of the above settings
1028
+ - use loadfix before starting the game
1029
+
1030
+ The game exits to the DOSBox prompt with some error message:
1031
+ - read the error message closely and try to locate the error
1032
+ - try the hints at the above sections
1033
+ - mount differently as some games are picky about the locations,
1034
+ for example if you used "mount d d:\oldgames\game" try
1035
+ "mount c d:\oldgames\game" and "mount c d:\oldgames"
1036
+ - if the game requires a cdrom be sure you used "-t cdrom" when
1037
+ mounting and try different additional parameters
1038
+ - check the file permissions of the game files (remove read-only
1039
+ attributes, add write permissions etc.)
1040
+ - try reinstalling the game within dosbox
1041
+
1042
+ ====================
1043
+ 11. The Config File:
1006
1044
====================
1007
1045
1008
1046
A config file can be generated by CONFIG.COM, which can be found on the
@@ -1025,7 +1063,7 @@ look in the current directory for dosbox.conf.
1025
1063
1026
1064
1027
1065
======================
1028
- 11 . The Language File:
1066
+ 12 . The Language File:
1029
1067
======================
1030
1068
1031
1069
A language file can be generated by CONFIG.COM.
@@ -1037,7 +1075,7 @@ section. There's a language= entry that can be changed with the filename.
1037
1075
1038
1076
1039
1077
========================================
1040
- 12 . Building your own version of DOSBox:
1078
+ 13 . Building your own version of DOSBox:
1041
1079
========================================
1042
1080
1043
1081
Download the source.
@@ -1046,7 +1084,7 @@ Check the INSTALL in the source distribution.
1046
1084
1047
1085
1048
1086
===================
1049
- 13 . Special Thanks :
1087
+ 14 . Special thanks :
1050
1088
===================
1051
1089
1052
1090
Vlad R. of the VDMSound project for excellent SoundBlaster info.
@@ -1055,12 +1093,15 @@ The Bochs and DOSemu projects, which I used for information.
1055
1093
Freedos for ideas in making my shell.
1056
1094
Pierre-Yves G�rardy for hosting the old Beta Board.
1057
1095
Colin Snover for hosting our forum.
1096
+ Jantien for the version management.
1097
+ Shawn and Johannes for creating the MAC OS X PPC version.
1098
+ Ido Beeri for the icon.
1058
1099
The Beta Testers.
1059
1100
1060
1101
1061
1102
1062
1103
============
1063
- 14 . Contact:
1104
+ 15 . Contact:
1064
1105
============
1065
1106
1066
1107
See the site:
0 commit comments