dosbox-0.74.conf 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. # This is the configurationfile for DOSBox 0.74. (Please use the latest version of DOSBox)
  2. # Lines starting with a # are commentlines and are ignored by DOSBox.
  3. # They are used to (briefly) document the effect of each option.
  4. [sdl]
  5. # fullscreen: Start dosbox directly in fullscreen. (Press ALT-Enter to go back)
  6. # fulldouble: Use double buffering in fullscreen. It can reduce screen flickering, but it can also result in a slow DOSBox.
  7. # fullresolution: What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
  8. # Using your monitor's native resolution with aspect=true might give the best results.
  9. # If you end up with small window on a large screen, try an output different from surface.
  10. # windowresolution: Scale the window to this size IF the output device supports hardware scaling.
  11. # (output=surface does not!)
  12. # output: What video system to use for output.
  13. # Possible values: surface, overlay, opengl, openglnb.
  14. # autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
  15. # sensitivity: Mouse sensitivity.
  16. # waitonerror: Wait before closing the console if dosbox has an error.
  17. # priority: Priority levels for dosbox. Second entry behind the comma is for when dosbox is not focused/minimized.
  18. # pause is only valid for the second entry.
  19. # Possible values: lowest, lower, normal, higher, highest, pause.
  20. # mapperfile: File used to load/save the key/event mappings from. Resetmapper only works with the defaul value.
  21. # usescancodes: Avoid usage of symkeys, might not work on all operating systems.
  22. fullscreen=false
  23. fulldouble=false
  24. fullresolution=original
  25. windowresolution=original
  26. output=surface
  27. autolock=true
  28. sensitivity=100
  29. waitonerror=true
  30. priority=higher,normal
  31. mapperfile=mapper-0.74.map
  32. usescancodes=true
  33. [dosbox]
  34. # language: Select another language file.
  35. # machine: The type of machine tries to emulate.
  36. # Possible values: hercules, cga, tandy, pcjr, ega, vgaonly, svga_s3, svga_et3000, svga_et4000, svga_paradise, vesa_nolfb, vesa_oldvbe.
  37. # captures: Directory where things like wave, midi, screenshot get captured.
  38. # memsize: Amount of memory DOSBox has in megabytes.
  39. # This value is best left at its default to avoid problems with some games,
  40. # though few games might require a higher value.
  41. # There is generally no speed advantage when raising this value.
  42. language=
  43. machine=svga_s3
  44. captures=capture
  45. memsize=16
  46. [render]
  47. # frameskip: How many frames DOSBox skips before drawing one.
  48. # aspect: Do aspect correction, if your output method doesn't support scaling this can slow things down!.
  49. # scaler: Scaler used to enlarge/enhance low resolution modes.
  50. # If 'forced' is appended, then the scaler will be used even if the result might not be desired.
  51. # Possible values: none, normal2x, normal3x, advmame2x, advmame3x, advinterp2x, advinterp3x, hq2x, hq3x, 2xsai, super2xsai, supereagle, tv2x, tv3x, rgb2x, rgb3x, scan2x, scan3x.
  52. frameskip=0
  53. aspect=false
  54. scaler=normal2x
  55. [cpu]
  56. # core: CPU Core used in emulation. auto will switch to dynamic if available and appropriate.
  57. # Possible values: auto, dynamic, normal, simple.
  58. # cputype: CPU Type used in emulation. auto is the fastest choice.
  59. # Possible values: auto, 386, 386_slow, 486_slow, pentium_slow, 386_prefetch.
  60. # cycles: Amount of instructions DOSBox tries to emulate each millisecond.
  61. # Setting this value too high results in sound dropouts and lags.
  62. # Cycles can be set in 3 ways:
  63. # 'auto' tries to guess what a game needs.
  64. # It usually works, but can fail for certain games.
  65. # 'fixed #number' will set a fixed amount of cycles. This is what you usually need if 'auto' fails.
  66. # (Example: fixed 4000).
  67. # 'max' will allocate as much cycles as your computer is able to handle.
  68. #
  69. # Possible values: auto, fixed, max.
  70. # cycleup: Amount of cycles to decrease/increase with keycombo.(CTRL-F11/CTRL-F12)
  71. # cycledown: Setting it lower than 100 will be a percentage.
  72. core=auto
  73. cputype=auto
  74. cycles=auto
  75. cycleup=10
  76. cycledown=20
  77. [mixer]
  78. # nosound: Enable silent mode, sound is still emulated though.
  79. # rate: Mixer sample rate, setting any device's rate higher than this will probably lower their sound quality.
  80. # Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  81. # blocksize: Mixer block size, larger blocks might help sound stuttering but sound will also be more lagged.
  82. # Possible values: 1024, 2048, 4096, 8192, 512, 256.
  83. # prebuffer: How many milliseconds of data to keep on top of the blocksize.
  84. nosound=false
  85. rate=44100
  86. blocksize=1024
  87. prebuffer=20
  88. [midi]
  89. # mpu401: Type of MPU-401 to emulate.
  90. # Possible values: intelligent, uart, none.
  91. # mididevice: Device that will receive the MIDI data from MPU-401.
  92. # Possible values: default, win32, alsa, oss, coreaudio, coremidi, none.
  93. # midiconfig: Special configuration options for the device driver. This is usually the id of the device you want to use.
  94. # See the README/Manual for more details.
  95. mpu401=intelligent
  96. mididevice=default
  97. midiconfig=
  98. [sblaster]
  99. # sbtype: Type of Soundblaster to emulate. gb is Gameblaster.
  100. # Possible values: sb1, sb2, sbpro1, sbpro2, sb16, gb, none.
  101. # sbbase: The IO address of the soundblaster.
  102. # Possible values: 220, 240, 260, 280, 2a0, 2c0, 2e0, 300.
  103. # irq: The IRQ number of the soundblaster.
  104. # Possible values: 7, 5, 3, 9, 10, 11, 12.
  105. # dma: The DMA number of the soundblaster.
  106. # Possible values: 1, 5, 0, 3, 6, 7.
  107. # hdma: The High DMA number of the soundblaster.
  108. # Possible values: 1, 5, 0, 3, 6, 7.
  109. # sbmixer: Allow the soundblaster mixer to modify the DOSBox mixer.
  110. # oplmode: Type of OPL emulation. On 'auto' the mode is determined by sblaster type. All OPL modes are Adlib-compatible, except for 'cms'.
  111. # Possible values: auto, cms, opl2, dualopl2, opl3, none.
  112. # oplemu: Provider for the OPL emulation. compat might provide better quality (see oplrate as well).
  113. # Possible values: default, compat, fast.
  114. # oplrate: Sample rate of OPL music emulation. Use 49716 for highest quality (set the mixer rate accordingly).
  115. # Possible values: 44100, 49716, 48000, 32000, 22050, 16000, 11025, 8000.
  116. sbtype=sb16
  117. sbbase=220
  118. irq=7
  119. dma=1
  120. hdma=5
  121. sbmixer=true
  122. oplmode=auto
  123. oplemu=default
  124. oplrate=44100
  125. [gus]
  126. # gus: Enable the Gravis Ultrasound emulation.
  127. # gusrate: Sample rate of Ultrasound emulation.
  128. # Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  129. # gusbase: The IO base address of the Gravis Ultrasound.
  130. # Possible values: 240, 220, 260, 280, 2a0, 2c0, 2e0, 300.
  131. # gusirq: The IRQ number of the Gravis Ultrasound.
  132. # Possible values: 5, 3, 7, 9, 10, 11, 12.
  133. # gusdma: The DMA channel of the Gravis Ultrasound.
  134. # Possible values: 3, 0, 1, 5, 6, 7.
  135. # ultradir: Path to Ultrasound directory. In this directory
  136. # there should be a MIDI directory that contains
  137. # the patch files for GUS playback. Patch sets used
  138. # with Timidity should work fine.
  139. gus=false
  140. gusrate=44100
  141. gusbase=240
  142. gusirq=5
  143. gusdma=3
  144. ultradir=C:\ULTRASND
  145. [speaker]
  146. # pcspeaker: Enable PC-Speaker emulation.
  147. # pcrate: Sample rate of the PC-Speaker sound generation.
  148. # Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  149. # tandy: Enable Tandy Sound System emulation. For 'auto', emulation is present only if machine is set to 'tandy'.
  150. # Possible values: auto, on, off.
  151. # tandyrate: Sample rate of the Tandy 3-Voice generation.
  152. # Possible values: 44100, 48000, 32000, 22050, 16000, 11025, 8000, 49716.
  153. # disney: Enable Disney Sound Source emulation. (Covox Voice Master and Speech Thing compatible).
  154. pcspeaker=true
  155. pcrate=44100
  156. tandy=auto
  157. tandyrate=44100
  158. disney=true
  159. [joystick]
  160. # joysticktype: Type of joystick to emulate: auto (default), none,
  161. # 2axis (supports two joysticks),
  162. # 4axis (supports one joystick, first joystick used),
  163. # 4axis_2 (supports one joystick, second joystick used),
  164. # fcs (Thrustmaster), ch (CH Flightstick).
  165. # none disables joystick emulation.
  166. # auto chooses emulation depending on real joystick(s).
  167. # (Remember to reset dosbox's mapperfile if you saved it earlier)
  168. # Possible values: auto, 2axis, 4axis, 4axis_2, fcs, ch, none.
  169. # timed: enable timed intervals for axis. Experiment with this option, if your joystick drifts (away).
  170. # autofire: continuously fires as long as you keep the button pressed.
  171. # swap34: swap the 3rd and the 4th axis. can be useful for certain joysticks.
  172. # buttonwrap: enable button wrapping at the number of emulated buttons.
  173. joysticktype=auto
  174. timed=true
  175. autofire=false
  176. swap34=false
  177. buttonwrap=false
  178. [serial]
  179. # serial1: set type of device connected to com port.
  180. # Can be disabled, dummy, modem, nullmodem, directserial.
  181. # Additional parameters must be in the same line in the form of
  182. # parameter:value. Parameter for all types is irq (optional).
  183. # for directserial: realport (required), rxdelay (optional).
  184. # (realport:COM1 realport:ttyS0).
  185. # for modem: listenport (optional).
  186. # for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  187. # transparent, port, inhsocket (all optional).
  188. # Example: serial1=modem listenport:5000
  189. # Possible values: dummy, disabled, modem, nullmodem, directserial.
  190. # serial2: see serial1
  191. # Possible values: dummy, disabled, modem, nullmodem, directserial.
  192. # serial3: see serial1
  193. # Possible values: dummy, disabled, modem, nullmodem, directserial.
  194. # serial4: see serial1
  195. # Possible values: dummy, disabled, modem, nullmodem, directserial.
  196. serial1=dummy
  197. serial2=dummy
  198. serial3=disabled
  199. serial4=disabled
  200. [dos]
  201. # xms: Enable XMS support.
  202. # ems: Enable EMS support.
  203. # umb: Enable UMB support.
  204. # keyboardlayout: Language code of the keyboard layout (or none).
  205. xms=true
  206. ems=true
  207. umb=true
  208. keyboardlayout=RU
  209. # keyboardlayout=auto
  210. [ipx]
  211. # ipx: Enable ipx over UDP/IP emulation.
  212. ipx=false
  213. [autoexec]
  214. # Lines in this section will be run at startup.
  215. # You can put your MOUNT lines here.
  216. mount c /home/alex/dos/
  217. c:
  218. cd ./MASM611/BIN/
  219. cls