Advertisement
Guest User

Untitled

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