home *** CD-ROM | disk | FTP | other *** search
/ com!online 2005 April / com_0405_1.iso / opensource / DOSBox0.63-win32-installer.exe / README.txt < prev    next >
Encoding:
Text File  |  2004-11-18  |  27.6 KB  |  766 lines

  1. DOSBox v0.63
  2.  
  3.  
  4. =====
  5. NOTE: 
  6. =====
  7.  
  8. While we hope that, one day, DOSBox will run virtually all programs
  9. ever made for the PC...we are not there yet. At present, DOSBox run on a high-
  10. end machine will roughly be the equivalent of a 486 PC. The 0.60
  11. release has added support for "protected mode" allowing for more complex and
  12. recent programs, but note that this support is early in development and
  13. nowhere near as complete as the support for 386 real-mode games (or
  14. earlier). Also note that "protected mode" games need substantially more
  15. resources and may require a much faster processor for you to run it properly
  16. in DOSBox.
  17.  
  18.  
  19.  
  20. ======
  21. INDEX:
  22. ======
  23. 1. Quickstart
  24. 2. FAQ
  25. 3. Usage
  26. 4. Internal Programs
  27. 5. Special Keys
  28. 6. Keymapper
  29. 7. System Requirements
  30. 8. To run resource-demanding games
  31. 9. The config file
  32. 10. The language file
  33. 11. Building your own version of DOSBox
  34. 12. Special thanks
  35. 13. Contact
  36.  
  37.  
  38. ==============
  39. 1. Quickstart:
  40. ==============
  41.  
  42. Type INTRO in DOSBox. That's it. 
  43.  
  44.  
  45. =======
  46. 2. FAQ:
  47. =======
  48.  
  49. Some Frequently Asked Questions:
  50.  
  51. Q: I've got a Z instead of a C at the prompt.
  52. Q: My CD-ROM doesn't work.
  53. Q: The mouse doesn't work.
  54. Q: The sound stutters.
  55. Q: I can't type \ or : in DOSBox.
  56. Q: The game/application can't find its CD-ROM.
  57. Q: The game/application runs much too slow!
  58. Q: I would like to change the memory size/cpu speed/ems/soundblaster IRQ.
  59. Q: What sound hardware does DOSBox presently emulate?
  60. Q: DOSBox crashes on startup and I'm running arts
  61. Q: Great README, but I still don't get it.
  62.  
  63.  
  64.  
  65.  
  66.  
  67. Q: I've got a Z instead of a C at the prompt.
  68. A: You have to make your directories available as drives in DOSBox by using
  69.    the "mount" command. For example, in Windows "mount C D:\" would give
  70.    you a C in DOSBox which points at your Windows D:\ drive.
  71.    In Linux, "mount c /home/username" would give you a C in DOSBox
  72.    which points at /home/username in Linux.
  73.  
  74.  
  75. Q: My CD-ROM doesn't work.
  76. A: To mount your cdrom in DOSBox you have to specify some additional options 
  77.    when mounting the cdrom. 
  78.    To enable the most basic cdrom support:
  79.      - mount d f:\ -t cdrom
  80.    To enable low-level SDL-support:
  81.      - mount d f:\ -t cdrom -usecd 0
  82.    To enable low-level ioctl-support(win2k/xp/linux):
  83.      - mount d f:\ -t cdrom -usecd 0 -ioctl
  84.    To enable low-level aspi-support (win98 with aspi-layer installed):
  85.      - mount d f:\ -t cdrom -usecd 0 -apsi
  86.    
  87.    In the commands: - d    driveletter you in DOSBox
  88.                     - f:\ location of cdrom on your PC.
  89.                     - 0   The number of the cdrom drive, reported by mount -cd
  90.    See also the question: The game/application can't find its CD-ROM.
  91.  
  92.  
  93. Q: The mouse doesn't work.
  94. A: Normally DOSBox detects the mouse being used by a game. If you click on 
  95.    the screen then it should get locked (confined to the DOSBox window)
  96.    and work. Sometimes the DOSBox mouse detection doesn't work with certain
  97.    games. You might have to force to lock the mouse then with ctrl-F10.
  98.  
  99.  
  100. Q: The sound stutters.
  101. A: You're using too much cpu power to keep DOSBox running at the current speed.
  102.    You can either lower the cycles or skip frames or get a faster machine.
  103.    You can also increase the prebuffer in the configfile
  104.  
  105.  
  106. Q: I can't type \ or : in DOSBox.
  107. A: This is a known problem. It only occurs if your keyboard layout isn't US.
  108.    Some possible fixes:
  109.      1. Switch your keyboard layout.
  110.      2. Use / instead.
  111.      3. Add the commands you want to execute to the "configfile".
  112.      4. Start the keymapper (CTRL-F1 or add -startmapper switch to dosbox)
  113.      5. for \ try the keys around "enter". For ":" try shift and the keys between
  114.         "enter" and "l" (US keyboard layout).
  115.      6. Use keyb.com from FreeDOS (http://projects.freedos.net/keyb/).
  116.  
  117.  
  118. Q: The game/application can't find its CD-ROM.
  119. A: Be sure to mount the CD-ROM with -t cdrom switch. Also try adding the
  120.    correct label (-label LABEL). To enable more low-level CD-ROM support add
  121.    the following switch to mount: -usecd #, where # is the number of your 
  122.    CD-ROM drive reported by mount -cd. If you run Win32 you can specify -ioctl
  123.    or -aspi. Look at the description elsewhere in this document for their 
  124.    meaning.
  125.  
  126.  
  127. Q: The game/application runs much too slow!
  128. A: Look at the section "To run resource-demanding games" for more information.
  129.  
  130.  
  131. Q: I would like to change the memory size/cpu speed/ems/soundblaster IRQ.
  132. A: This is possible! Just create a config file: config -writeconf configfile .
  133.    Start your favourite editor and look at all the settings present. To
  134.    start DOSBox with your new settings: dosbox -conf configfile
  135.  
  136.  
  137. Q: What sound hardware does DOSBox presently emulate?
  138. A: DOSBox emulates several legacy sound devices:
  139.    - Internal PC speaker
  140.      This emulation includes both the tone generator and several forms of
  141.      digital sound output through the internal speaker.
  142.    - Creative CMS/Gameblaster
  143.      The is the first card released by Creative Labs(R).  The default 
  144.      configuration places it on port 0x220.  It should be noted that enabling 
  145.      this with the Adlib emulation may result in conflicts.
  146.    - Tandy 3 voice
  147.      The emulation of this sound hardware is complete with the exception of 
  148.      the noise channel, which is not very well documented and as such is only 
  149.      a best guess as to the sound's accuracy.
  150.    - Adlib
  151.      Borrowed from MAME, this emulation is almost perfect and includes the 
  152.      Adlib's ability to almost play digitized sound.
  153.    - SoundBlaster 16/ SoundBlaster Pro I & II /Sound Blaster I & II
  154.      Coupled with the Adlib, by default DOSBox provides Soundblaster 16 
  155.      level 16-bit stereo sound. You can select a different SoundBlaster
  156.      version in the configfile of DOSBox (See Internal Commands: CONFIG).
  157.    - Disney Soundsource
  158.      Using the printer port, this sound device outputs digital sound only.
  159.    - Gravis Ultrasound
  160.      The emulation of this hardware is nearly complete, though the MIDI 
  161.      capabilities have been left out since an MPU-401 has been 
  162.      emulated in other code.
  163.    - MPU-401
  164.      A MIDI passthrough interface is also emulated.  This method of sound 
  165.      output will only work when used with a General Midi or MT-32 device.
  166.  
  167. Q: DOSBox crashes on startup and I'm running arts
  168. A: This isn't really a DOSBox problem, but the solution is to set the 
  169.    environment variable SDL_AUDIODRIVER to alsa or oss.
  170.  
  171. Q: Great README, but I still don't get it.
  172. A: While unlikely, this seems to happen. A look at "The Newbie's 
  173.    pictorial guide to DOSBox" located at 
  174.    http://vogons.zetafleet.com/viewforum.php?f=39 might help you.
  175.    You could also try the wiki of dosbox:
  176.    http://dosbox.sourceforge.net/wiki/
  177.  
  178.  
  179. For more questions read the remainder of this README and/or check 
  180. the site/forum:
  181. http://dosbox.sourceforge.net
  182.  
  183.  
  184.  
  185.  
  186. =========
  187. 3. Usage:
  188. =========
  189.  
  190. An overview of the commandline options you can give to DOSBox.
  191. Windows Users must open cmd.exe or command.com or edit the shortcut to 
  192. dosbox.exe for this.
  193. The options are valid for all operating systems unless noted in the option
  194. description:
  195.  
  196. dosbox [name] [-exit] [-c command] [-fullscreen] [-conf congfigfile] 
  197.        [-lang languagefile] [-machine machinetype] [-noconsole]
  198.        [-startmapper]
  199.        
  200. dosbox -version
  201.  
  202.   name   
  203.         If "name" is a directory it'll mount that as the C: drive.
  204.         If "name" is an executable it'll mount the directory of "name" 
  205.         as the C: drive and execute "name".
  206.     
  207.   -exit  
  208.         dosbox will close itself when the DOS application "name" ends.
  209.  
  210.   -c command
  211.         Runs the specified command before running "name". Multiple commands
  212.         can be specified. Each command should start with -c though.
  213.         A command can be: an Internal Program, a DOS command or an executable 
  214.         on a mounted drive.
  215.  
  216.   -fullscreen
  217.         Starts dosbox in fullscreen mode.
  218.  
  219.   -conf configfile
  220.         Start dosbox with the options specified in "configfile".
  221.         See Chapter 9 for more details.
  222.  
  223.   -lang languagefile
  224.         Start dosbox using the language specified in "languagefile".
  225.  
  226.   -noconsole (Windows Only)
  227.         Start dosbox without showing the console window. Output will
  228.     be redirected to stdout.txt and stderr.txt
  229.     
  230.   -machine machinetype
  231.         Setup dosbox to emulate a specific type of machine. Valid choices are:
  232.         hercules, cga, tandy, vga (default). The machinetype has influence on
  233.         both the videocard and the available soundcards.
  234.  
  235.   -startmapper
  236.         Enter the keymapper directly on startup. Useful for people with 
  237.         keyboard problems.
  238.  
  239.   -version
  240.         output version information and exit. Useful for frontends.
  241.  
  242. Note: If a name/command/configfile/languagefile contains a space in it, put
  243.       the whole name/command/configfile/languagefile between quotes
  244.       ("command or file name").
  245.  
  246. For example:
  247.  
  248. dosbox c:\atlantis\atlantis.exe -c "MOUNT D C:\SAVES"
  249.   This would mount c:\atlantis as c:\ and run atlantis.exe.
  250.   Before it does that it would first mount C:\SAVES as the D drive.
  251.  
  252. In Windows you can also drag directories/files onto the dosbox executable.
  253.  
  254.  
  255.  
  256. =====================
  257. 4. Internal Programs:
  258. =====================
  259.  
  260. DOSBox supports most of the DOS commands found in command.com. 
  261. In addition, the following commands are available: 
  262.  
  263. MOUNT "Emulated Drive letter" "Real Drive or Directory" 
  264.       [-t type] [-aspi] [-ioctl] [-usecd number] [-size drivesize] 
  265.       [-label drivelabel] [-freesize size_in_mb]
  266. MOUNT -cd
  267. MOUNT -u "Emulated Drive letter"
  268.  
  269.   Program to mount local directories as drives inside DOSBox.
  270.  
  271.   "Emulated Drive letter"
  272.         The driveletter inside dosbox (eg. C).
  273.  
  274.   "Real Drive letter or Directory"
  275.         The local directory you want to have inside dosbox.
  276.         (Under Win32 usually the same as "Emulated Drive letter".
  277.     For Example: mount c c:\ )
  278.  
  279.   -t type
  280.         Type of the mounted directory. Supported are: dir (standard),
  281.         floppy, cdrom.
  282.  
  283.   -size drivesize
  284.         Sets the size of the drive.
  285.  
  286.   -freesize size_in_mb
  287.         Sets the amount of free space available on a drive in MB's. This
  288.         is a more simple version of -size.    
  289.  
  290.   -label drivelabel
  291.         Sets the name of the drive to "drivelabel". Needed on some 
  292.         systems if the cd label isn't read correctly. Useful when a 
  293.         program can't find its cdrom. If you don't specify a label and no
  294.         lowlevel support is selected (-usecd # and/or -ioctl/aspi): 
  295.           For win32: label is extracted from "Real Drive".
  296.           For Linux: label is set to NO_LABEL.
  297.  
  298.         If you do specify a label this label will be kept as long as the drive
  299.         is mounted. It will not be updated !!
  300.  
  301.   -aspi
  302.         Forces to use the aspi layer. Only valid if mounting a cdrom under 
  303.         Windows systems with an ASPI-Layer.
  304.  
  305.   -ioctl   
  306.         Forces to use ioctl commands. Only valid if mounting a cdrom under 
  307.         a Windows OS which support them (Win2000/XP/NT).
  308.  
  309.   -usecd number
  310.         Forces to use SDL cdrom support for drive number.
  311.         Number can be found by -cd. Valid on all systems.
  312.  
  313.   -cd
  314.         Displays all detected cdrom drives and their numbers. Use with -usecd.
  315.  
  316.   -u
  317.         Removes the mount. Doesn't work for Z:\.
  318.  
  319.   Note: It's possible to mount a local directory as cdrom drive. 
  320.         Hardware support is then missing.
  321.  
  322.   Basically, MOUNT allows you to connect real hardware to DOSBox's "emulated"
  323.   PC. So MOUNT C C:\ tells DOSBox to use your real C: drive as drive C: in
  324.   DOSBox. It also allows you to change the drive's letter identification for
  325.   programs that demand specific drive letters.
  326.   
  327.   For example: Touche: Adventures of The Fifth Musketeer must be run on your C:
  328.   drive. Using DOSBox and its mount command, you can trick into thinking it
  329.   is on C drive while placing it where you want it. For example, if the game
  330.   were in D:\TOUCHE, you can use the command MOUNT C D:\ would allow you to
  331.   run Touche from the D drive.
  332.     
  333.  
  334.   General MOUNT Examples:
  335.   1. To mount c:\DirX as a floppy : 
  336.        mount a c:\DirX -t floppy
  337.   2. To mount system cdrom drive E as cdrom drive D in DOSBox:
  338.        mount d e:\ -t cdrom
  339.   3. To mount system cdrom drive at mountpoint /media/cdrom as cdrom drive D 
  340.      in dosbox:
  341.        mount d /media/cdrom -t cdrom -usecd 0
  342.   4. To mount a drive with 870 mb free diskspace (simple version):
  343.        mount c d:\ -freesize 870
  344.   5. To mount a drive with 870 mb free diskspace (experts only, full control):
  345.        mount c d:\ -size 4025,127,16513,1700
  346.   6. To mount /home/user/dirY as drive C in DOSBox:
  347.        mount c /home/user/dirY
  348.  
  349. MEM
  350.   Program to display the amount of free memory.
  351.  
  352. CONFIG [-writeconf] [-writelang] localfile
  353.   Write the current configuration or language settings to file.
  354.   "localfile" is located on the local drive. Not a mounted drive in DOSBox.
  355.  
  356.   The configuration file controls various settings of DOSBox: The amount
  357.   of emulated memory, the emulated soundcards and many more things. It
  358.   allows acces to AUTOEXEC.BAT as well.
  359.   See section 9 (The Config File) for more information.
  360.  
  361.   The language file controls all visible ouput of the internal commands
  362.   and the internal dos.
  363.  
  364.   Example:
  365.   To create a configfile in your current directory:
  366.     config -writeconf dosbox.conf
  367.     
  368.     
  369. LOADFIX [-size] [program] [program-parameters]
  370. LOADFIX -f
  371.   Program to reduce the amount of memory available. Useful for old programs 
  372.   which don't expect much memory to be free. 
  373.  
  374.   -size            
  375.         number of kb to "eat up", default = 64kb
  376.   
  377.   -f
  378.         frees all previously allocated memory
  379.   
  380.  
  381. Examples:
  382.   1. To start mm2.exe and allocate 64kb memory 
  383.      (mm2 will have 64 kb less available) :
  384.      loadfix mm2
  385.   2. To start mm2.exe and allocate 32kb memory :
  386.      loadfix -32 mm2
  387.   3. To free previous allocated memory :
  388.      loadfix -f
  389.  
  390.  
  391. RESCAN
  392.   Make DOSBox reread the directory structure. Useful if you changed something
  393.   on a mounted drive outside of DOSBox. (CTRL - F4 does this as well!)
  394.   
  395.  
  396. MIXER
  397.   Makes DOSBox display its current volume settings. 
  398.   You can change this way:
  399.   
  400.   mixer channel left:right [/NOSHOW]
  401.   
  402.   channel
  403.       Can be one of the following: MASTER, DISNEY, SPKR, GUS, SB, FM.
  404.   
  405.   left:right
  406.       The volume levels in percentages. If you put a D in front it will be
  407.       in deciBell (example mixer gus d-10).
  408.   
  409.   /NOSHOW
  410.       Prevents DOSBox from showing the result if you set one
  411.       of the volume levels.
  412.   
  413.   
  414. IMGMOUNT
  415.   A utility to mount disk images and CD-ROM images in DOSBox.
  416.   
  417.   IMGMOUNT DRIVE [imagefile] -t [image_type] -fs [image_format] 
  418.             -size [sectorsbytesize, sectorsperhead, heads, cylinders]
  419.  
  420.   imagefile
  421.       location of the image files to mount in DOSBox.  The location is on a 
  422.       mounted drive inside DOSBox. CD-ROM images can be mounted
  423.       directly as well. They don't need to be a mounted drive.
  424.    
  425.   -t 
  426.       The following are valid image types:
  427.         floppy: Specifies a floppy image or images.  DOSBox will automatically 
  428.                 identify the disk geometry ( 360K, 1.2MB, 720K, 1.44MB, etc).
  429.         iso:    Specifies a CD-ROM iso image.  The geometry is automatic and 
  430.                 set for this size. This can be an iso or a cue/bin.
  431.         hdd:    Specifies a harddrive image. The proper CHS geometry 
  432.                 must be set for this to work.
  433.  
  434.   -fs 
  435.       The following are valid file system formats:
  436.         iso:  Specifies the ISO 9660 CD-ROM format.
  437.         fat:  Specifies the image uses the FAT file system. DOSBox will attempt
  438.               to mount this image as a drive in DOSBox and make the files 
  439.               available from inside DOSBox.
  440.         none: DOSBox will make no attempt to read the file system on the disk.
  441.               This is useful if one needs to format it or one wants to boot 
  442.               off of the disk using the BOOT command.  When using the "none" 
  443.               filesystem, one must specify the drive number (2 or 3, 
  444.               where 2 = master, 3 = slave) rather than a drive letter.  
  445.               For example, to mount a 70MB image as the slave drive device, 
  446.               one would type:
  447.                 "imgmount 3 d:\test.img -size 512,63,16,142 -fs none" 
  448.                 (without the quotes)  Compare this with a mount to read the 
  449.                 drive in DOSBox, which would read as: 
  450.                 "imgmount e: d:\test.img -size 512,63,16,142"
  451.  
  452.   -size 
  453.      The Cylinders, Heads and Sectors specification of the drive.
  454.      Required to mount hard drive images.
  455.      
  456.   An example of CD-ROM images:
  457.     1a. mount c /tmp
  458.     1b. imgmount d c:\myiso.iso -t iso
  459.   or (which also works):
  460.     2. imgmount d /tmp/myiso.iso -t iso
  461.  
  462.  
  463. BOOT
  464.   Boot will start floppy images or hard disk images independent of the 
  465.   operating system emulation offered by DOSBox.  This will allow you to play 
  466.   booter floppies or boot to other operating systems inside DOSBox.
  467.  
  468.   BOOT [diskimg1.img diskimg2.img .. diskimgN.img] [-l driveletter]
  469.  
  470.   diskimgN.img 
  471.      This can be any number of floppy disk images one wants mounted after 
  472.      DOSBox boots the specified drive letter.
  473.      To swap between images, one hits CTRL+F4 to swap out the current disk 
  474.      and swap in the next disk in the list. Once the last disk in the list is 
  475.      swapped out, the list loops back to the beginning.
  476.  
  477.   [-l driveletter]
  478.      This parameter allows one to specify the drive to boot from.  
  479.      The default is the A drive, the floppy drive.  One can also boot off of 
  480.      a hard drive image mounted as master by specifying "-l C" 
  481.      without the quotes, or the drive as slave by specifying "-l D"
  482.  
  483.  
  484. IPX
  485.  
  486.   You need to enable IPX networking in the configuration file of DOSBox.
  487.  
  488.   All of the IPX networking is managed through the internal DOSBox program 
  489.   IPXNET. For help on the IPX networking from inside DOSBox, type 
  490.   "IPXNET HELP" (without quotes) and the program will list out the commands 
  491.   and relevant documentation. 
  492.  
  493.   With regard to actually setting up a network, one system needs to be 
  494.   the server. To set this up, in a DOSBox session, one should type 
  495.   "IPXNET STARTSERVER" (without the quotes). The server DOSBox session will 
  496.   automatically add itself to the virtual IPX network. In turn, for every 
  497.   other computer that should be part of the virtual IPX network, 
  498.   you'll need to type "IPXNET CONNECT <computer host name or IP>". 
  499.   For example, if your server is at bob.dosbox.com, 
  500.   you would type "IPXNET CONNECT bob.dosbox.com" on every non-server system. 
  501.   
  502.   The following is an IPXNET command reference: 
  503.  
  504.   IPXNET CONNECT 
  505.  
  506.      IPXNET CONNECT opens a connection to an IPX tunneling server 
  507.      running on another DOSBox session. The "address" parameter specifies 
  508.      the IP address or host name of the server computer. One can also 
  509.      specify the UDP port to use. By default IPXNET uses port 213, the 
  510.      assigned IANA port for IPX tunneling, for its connection. 
  511.  
  512.      The syntax for IPXNET CONNECT is: 
  513.      IPXNET CONNECT address <port> 
  514.  
  515.   IPXNET DISCONNECT 
  516.  
  517.      IPXNET DISCONNECT closes the connection to the IPX tunneling server. 
  518.  
  519.      The syntax for IPXNET DISCONNECT is: 
  520.      IPXNET DISCONNECT 
  521.  
  522.   IPXNET STARTSERVER 
  523.  
  524.      IPXNET STARTSERVER starts and IPX tunneling server on this DOSBox 
  525.      session. By default, the server will accept connections on UDP port 
  526.      213, though this can be changed. Once the server is started, DOSBox 
  527.      will automatically start a client connection to the IPX tunneling server. 
  528.  
  529.      The syntax for IPXNET STARTSERVER is: 
  530.      IPXNET STARTSERVER <port> 
  531.  
  532.   IPXNET STOPSERVER 
  533.  
  534.      IPXNET STOPSERVER stops the IPX tunneling server running on this DOSBox
  535.      session. Care should be taken to ensure that all other connections have 
  536.      terminated as well since stopping the server may cause lockups on other 
  537.      machines still using the IPX tunneling server. 
  538.  
  539.      The syntax for IPXNET STOPSERVER is: 
  540.      IPXNET STOPSERVER 
  541.  
  542.   IPXNET PING 
  543.  
  544.      IPXNET PING broadcasts a ping request through the IPX tunneled network. 
  545.      In response, all other connected computers will respond to the ping 
  546.      and report the time it took to receive and send the ping message. 
  547.  
  548.      The syntax for IPXNET PING is: 
  549.      IPXNET PING 
  550.  
  551.   IPXNET STATUS 
  552.  
  553.      IPXNET STATUS reports the current state of this DOSBox's sessions 
  554.      IPX tunneling network. For a list of the computers connected to the 
  555.      network use the IPXNET PING command. 
  556.  
  557. The syntax for IPXNET STATUS is: 
  558. IPXNET STATUS 
  559.  
  560. For more information use the /? command line switch with the programs.
  561.  
  562.  
  563.  
  564.  
  565. ================
  566. 5. Special Keys:
  567. ================
  568.  
  569. ALT-ENTER     Go full screen and back.
  570. CTRL-F1       Start the keymapper.
  571. CTRL-F4       Swap mounted disk-image. Update directory cache for all drives!
  572. CTRL-F5       Save a screenshot.(png)
  573. CTRL-F6       Start/Stop recording sound output to a wave file.
  574. CTRL-ALT-F7   Start/Stop recording of OPL commands.
  575. CTRL-ALT-F8   Start/Stop the recording of raw MIDI commands.
  576. CTRL-F7       Decrease frameskip.
  577. CTRL-F8       Increase frameskip.
  578. CTRL-F9       Kill dosbox.
  579. CTRL-F10      Capture/Release the mouse.
  580. CTRL-F11      Slow down emulation (Decrease DOSBox Cycles).
  581. CTRL-F12      Speed up emulation (Increase DOSBox Cycles).
  582.  
  583. These are the default keybindings. They can be changed in the keymapper.
  584.  
  585. Saved/recorded files can be found in current_directory/capture 
  586. (can be changed in the configfile). 
  587. The directory has to exist prior to starting DOSBox else nothing 
  588. gets saved/recorded !
  589.  
  590.  
  591. NOTE: Once you increase your DOSBox cycles beyond your computer's maximum
  592. capacity, it will produce the same effect as slowing down the emulation.
  593. This maximum will vary from computer to computer, there is no standard.
  594.  
  595.  
  596.  
  597. =============
  598. 6. Keymapper:
  599. =============
  600.  
  601. When you start the keymapper (either with CTRL-F1 or -startmapper as a
  602. commandline argument to the DOSBox executable) you are presented with 
  603. a virtual keyboard.
  604.  
  605. This virtual keyboard corresponds with the keys DOSBox will report to its
  606. applications. If you click on a key with your mouse, you can see in the
  607. lowerleft corner which key on your keyboard corresponds with it.
  608.  
  609. Event: EVENT
  610. BIND: BIND
  611.                         Add   Del
  612. mod1  hold                    Next
  613. mod2
  614. mod3
  615.  
  616.  
  617. EVENT
  618.     The key DOSBox will report to the applications being emulated.
  619. BIND
  620.     The key on your keyboard (as reported by SDL) which is connected to the
  621.     EVENT.
  622. mod1,2,3 
  623.     Modfiers. These are keys you need to have pressed as well, while pressing 
  624.     BIND. mod1 = CTRL and mod2 = ALT. These are generally only used when you 
  625.     want to change the special keys of DOSBox.
  626. Add 
  627.     Add a new BIND to this EVENT. Basicly add a key from your keyboard which
  628.     will produce the key EVENT in DOSBox.
  629. Del 
  630.     Delete the BIND to this EVENT. If an EVENT has no BINDS than it's not
  631.     possible to type this key in DOSBox.
  632. Next
  633.     Cycle through the list of keys(BINDS) which map to this EVENT.
  634.  
  635.  
  636. Example:
  637. Q1. You want to have the X on your keyboard to type a Z in DOSBox.
  638.     A. With your mouse click on the Z on the keyboard mapper. Click "Add". 
  639.        Now press the X key on your keyboard. 
  640.  
  641. Q2. If you click "Next" a few times you will notice that the Z on your 
  642.     keyboard also produces an Z in DOSBox.
  643.     A. Therefore select the Z again and click "Next" till you have the Z on 
  644.        your keyboard. Now click "Del".
  645.  
  646. Q3. If you try it out in DOSBox you will notice that pressing X makes ZX
  647.     appear.
  648.      A. The X on your keyboard is still mapped to the X as well! Click on
  649.         the X in the keyboard mapper and search with "Next" till you find the 
  650.         mapped key X. Click "Del".
  651.  
  652.  
  653. If you change the default mapping you can save your changes by pressing
  654. "Save". DOSBox will save the mapping to location specified in the configfile
  655. (mapperfile=mapper.txt). At startup DOSBox will load your mapperfile if it's
  656. present in the configfile.
  657.  
  658.  
  659.  
  660. =======================
  661. 7. System requirements:
  662. =======================
  663.  
  664. Fast machine. My guess would be pentium-2 400+ to get decent emulation
  665. of games written for an 286 machine.
  666. For protected mode games a 1 Ghz machine is recommended and don't expect
  667. them to run fast though! Be sure to read the next section on how to speed
  668. it up somewhat.
  669.  
  670.  
  671.  
  672. ===================================
  673. 8. To run resource-demanding games: 
  674. ===================================
  675.  
  676. DOSBox emulates the CPU, the sound and graphic cards, and some other
  677. stuff, all at the same time. You can overclock DOSBox by using CTRL+F12, but
  678. you'll be limited by the power of your actual CPU. You can see how much free
  679. time your true CPU has by looking at the Task Manager in Windows 2000/XP and
  680. the System Monitor in Windows 95/98/ME. Once 100% of your real CPU time is
  681. used there is no further way to speed up DOSBox unless you reduce the load
  682. generated by the non-CPU parts of DOSBox. 
  683.  
  684. So: 
  685.  
  686. Close every program but DOSBox 
  687.  
  688. Overclock DOSBox until 100% of your CPU is used (use the utilities above to
  689. check) 
  690.  
  691. Since VGA emulation is the most demanding part of DOSBox in terms of actual
  692. CPU usage, we'll start here. Increase the number of frames skipped (in
  693. increments of one) by pressing CRTL+F8. Your CPU usage should decrease.
  694. Go back one step and repeat this until the game runs fast enough for you.
  695. Please note that this is a trade off: you lose in fluidity of video what you
  696. gain in speed 
  697.  
  698. You can also try to disable the sound through the setup utility of the game
  699. to further reduce load on your CPU. 
  700.  
  701.  
  702.  
  703. ===================
  704. 9. The Config File:
  705. ===================
  706.  
  707. A config file can be generated by CONFIG.COM, which can be found on the 
  708. internal dosbox Z: drive when you start up dosbox. Look in the internal 
  709. programs section of the readme for usage of CONFIG.COM.
  710. You can edit the generated configfile to customize DOSBox.
  711.  
  712. The file is divided into several sections (the names have [] around it). 
  713. Some sections have options which you can set.
  714. # and % indicate comment-lines. 
  715. The generated configfile contains the current settings. You can alter them and
  716. start DOSBox with the -conf switch to load the file and use these settings.
  717.  
  718. If no configfile is specified with the -conf switch, DOSBox will look in the
  719. current directory for dosbox.conf. Then it will look for ~/.dosboxrc (Linux),
  720. ~\dosbox.conf (Win32) or "~/Library/Preferences/DOSBox Preferences" (MACOSX).
  721.  
  722.  
  723.  
  724. ======================
  725. 10. The Language File:
  726. ======================
  727.  
  728. A language file can be generated by CONFIG.COM. 
  729. Read it and you will hopefully understand how to change it. 
  730. Start DOSBox with the -lang switch to use your new language file
  731. or you can setup the filename in the config file in the [dosbox] section.
  732. There's a language= entry that can be changed with the filename.
  733.  
  734.  
  735.  
  736. ========================================
  737. 11. Building your own version of DOSBox:
  738. ========================================
  739.  
  740. Download the source.
  741. Check the INSTALL in the source distribution.
  742.  
  743.  
  744.  
  745. ===================
  746. 12. Special Thanks:
  747. ===================
  748.  
  749. Vlad R. of the vdmsound project for excellent sound blaster info.
  750. Tatsuyuki Satoh of the Mame Team for making an excellent FM emulator.
  751. The Bochs and DOSemu projects which I used for information.
  752. Freedos for ideas in making my shell.
  753. Pierre-Yves GΘrardy for hosting the old Beta Board.
  754. Colin Snover for hosting our forum.
  755. The Beta Testers.
  756.  
  757.  
  758.  
  759. ============
  760. 13. Contact:
  761. ============
  762.  
  763. See the site: 
  764. http://dosbox.sourceforge.net
  765. for an emailaddress (The Crew-page).
  766.