Advertisement
elePHPant

dosbox.conf

Jun 17th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. [sdl]
  2. # fullscreen -- Start dosbox directly in fullscreen. Leave as fullscreen for A320/Nanonote.
  3. # fulldouble -- Use double buffering in fullscreen. Leave as false for A320/Nanonote.
  4. # fullresolution -- What resolution to use for fullscreen: Leave as original for A320/Nanonote
  5. # windowresolution -- Scale the window to this size: Leave as original for A320/Nanonote.
  6. # output -- What to use for output: Leave as surface for A320/Nanonote.
  7. # autolock -- Mouse will automatically lock, if you click on the screen.
  8. # sensitiviy -- Mouse sensitivity.
  9. # waitonerror -- Wait before closing the console if dosbox has an error.
  10. # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest,pause (when not focussed).
  11. # Second entry behind the comma is for when dosbox is not focused/minimized.
  12. # mapperfile -- File used to load/save the key/event mappings from.
  13. # usescancodes -- Avoid usage of symkeys, might not work on all operating systems. Set to false for A320/Nanonote
  14. # keyhint -- When set to true, the first button press will display a hint about what
  15. # key you will get with the second button press.
  16. # If the key you want isn't there you can cancel by pressing cross.
  17.  
  18. fullscreen=true
  19. fulldouble=false
  20. fullresolution=original
  21. windowresolution=original
  22. output=surface
  23. #autolock=true
  24. #sensitivity=25
  25. waitonerror=false
  26. #priority=highest,normal
  27. #mapperfile=mapper.txt
  28. usescancodes=false
  29. #keyhint=false
  30.  
  31. [dosbox]
  32. # language -- Select another language file.
  33. # memsize -- Amount of memory dosbox has in megabytes. 1,2 for Nanonote, 1,2,4 for A320
  34. # machine -- The type of machine to emulate: hercules,cga,tandy,cga,tandy,pcjr,ega,vgaonly,svga_s3,svga_et3000,svga_et4000,svga_paradise,vesa_nolfb,vesa_oldvbe
  35. # captures -- Directory where things like wave,midi,screenshot get captured.
  36.  
  37. #language=
  38. machine=svga_s3
  39. #captures=capture
  40. memsize=2
  41.  
  42. [render]
  43. # frameskip -- How many frames dosbox skips before drawing one: 0,1,2
  44. # aspect -- Do aspect correction, this can slow things down a bit: true,false
  45. # scaler -- Scaler used to enlarge/enhance low resolution modes.
  46. # Supported are none only for A320 and Nanonote. Scaling is automatic.
  47.  
  48. frameskip=1
  49. aspect=false
  50. scaler=none
  51.  
  52. [cpu]
  53. # core -- CPU Core used in emulation: normal,simple,dynamic,auto.
  54. # auto switches from normal to dynamic if appropriate.
  55. # Use either dynamic or simple on A320/Nanonote - both are fast.
  56. # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
  57. # Setting this value too high results in sound dropouts and lags.
  58. # You can also let DOSBox guess the correct value by setting it to max.
  59. # The default setting (auto) switches to max if appropriate.
  60. # cycleup -- Amount of cycles to increase/decrease with keycombo.
  61. # cycledown Setting it lower than 100 will be a percentage.
  62.  
  63. core=dynamic
  64. cycles=3000
  65. #cycleup=2500
  66. #cycledown=400
  67. #autocycle=true
  68. #mincycles=600
  69. #maxcycles=4000
  70.  
  71. [mixer]
  72. # nosound -- Enable silent mode, sound is still emulated though.
  73. # rate -- Mixer sample rate, setting any devices higher than this will
  74. # probably lower their sound quality.
  75. # blocksize -- Mixer block size, larger blocks might help sound stuttering
  76. # but sound will also be more lagged.
  77. # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
  78.  
  79. nosound=true
  80. rate=11025
  81. blocksize=1024
  82. prebuffer=10
  83.  
  84. [midi]
  85. # mpu401 -- Type of MPU-401 to emulate: none, uart or intelligent.
  86. # device -- Device that will receive the MIDI data from MPU-401.
  87. # This can be default,alsa,oss,win32,coreaudio,none.
  88. # config -- Special configuration options for the device. In Windows put
  89. # the id of the device you want to use. See README for details.
  90.  
  91. mpu401=none
  92. device=default
  93. config=
  94.  
  95. [sblaster]
  96. # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
  97. # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
  98. # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
  99. # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
  100. # On auto the mode is determined by sblaster type.
  101. # All OPL modes are 'Adlib', except for CMS.
  102. # oplrate -- Sample rate of OPL music emulation.
  103.  
  104. sbtype=none
  105. sbbase=220
  106. irq=5
  107. dma=1
  108. hdma=5
  109. mixer=true
  110. oplmode=auto
  111. oplrate=11025
  112.  
  113. [gus]
  114. # gus -- Enable the Gravis Ultrasound emulation.
  115. # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
  116. # Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
  117. # gusrate -- Sample rate of Ultrasound emulation.
  118. # ultradir -- Path to Ultrasound directory. In this directory
  119. # there should be a MIDI directory that contains
  120. # the patch files for GUS playback. Patch sets used
  121. # with Timidity should work fine.
  122.  
  123. gus=false
  124. gusrate=11025
  125. gusbase=240
  126. irq1=5
  127. irq2=5
  128. dma1=3
  129. dma2=3
  130. ultradir=C:\ULTRASND
  131.  
  132. [speaker]
  133. # pcspeaker -- Enable PC-Speaker emulation.
  134. # pcrate -- Sample rate of the PC-Speaker sound generation.
  135. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  136. # For auto Tandysound emulation is present only if machine is set to tandy.
  137. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  138. # disney -- Enable Disney Sound Source emulation.
  139.  
  140. pcspeaker=true
  141. pcrate=11025
  142. tandy=off
  143. tandyrate=11025
  144. disney=false
  145.  
  146. [joystick]
  147. # joysticktype -- Type of joystick to emulate: auto (default), none,
  148. # 2axis (supports two joysticks), 4axis,
  149. # fcs (Thrustmaster), ch (CH Flightstick).
  150. # none disables joystick emulation.
  151. # auto chooses emulation depending on real joystick(s).
  152. # timed -- enable timed intervals for axis. (false is old style behaviour).
  153. # autofire -- continuously fires as long as you keep the button pressed.
  154. # swap34 -- swap the 3rd and the 4th axis. can be useful for certain joysticks.
  155. # buttonwrap -- enable button wrapping at the number of emulated buttons.
  156.  
  157. #joysticktype=2axis
  158. #timed=false
  159. #autofire=false
  160. #swap34=false
  161. #buttonwrap=true
  162.  
  163. [serial]
  164. # serial1-4 -- set type of device connected to com port.
  165. # Can be disabled, dummy, modem, nullmodem, directserial.
  166. # Additional parameters must be in the same line in the form of
  167. # parameter:value. Parameter for all types is irq.
  168. # for directserial: realport (required), rxdelay (optional).
  169. # for modem: listenport (optional).
  170. # for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  171. # transparent, port, inhsocket (all optional).
  172. # Example: serial1=modem listenport:5000
  173.  
  174. serial1=dummy
  175. serial2=dummy
  176. serial3=disabled
  177. serial4=disabled
  178.  
  179. [dos]
  180. # xms -- Enable XMS support.
  181. # ems -- Enable EMS support.
  182. # umb -- Enable UMB support.
  183. # keyboardlayout -- Language code of the keyboard layout (or none).
  184.  
  185. xms=true
  186. ems=true
  187. umb=true
  188. keyboardlayout=none
  189.  
  190. [autoexec]
  191. mount C /usr/local/dosbox/c_drive
  192. C:
  193. cd elite
  194. ELITE.EXE
  195.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement