Guest User

Untitled

a guest
Apr 20th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. [sdl]
  2. # fullscreen -- Start dosbox directly in fullscreen. Leave as fullscreen for A3$
  3. # fulldouble -- Use double buffering in fullscreen. Leave as false for A320/Nan$
  4. # fullresolution -- What resolution to use for fullscreen: Leave as original fo$
  5. # windowresolution -- Scale the window to this size: Leave as original for A320$
  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,pa$
  11. # Second entry behind the comma is for when dosbox is not focused/m$
  12. # mapperfile -- File used to load/save the key/event mappings from.
  13. # usescancodes -- Avoid usage of symkeys, might not work on all operating syste$
  14. # keyhint -- When set to true, the first button press will display a hint about$
  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 $
  34. # machine -- The type of machine to emulate: hercules,cga,tandy,cga,tandy,pcjr,$
  35. # captures -- Directory where things like wave,midi,screenshot get captured.
  36.  
  37. #language=
  38. machine=svga_s3
  39. #captures=capture
  40. memsize=4
  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 ma$
  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=simple
  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. gus=false
  121. gusrate=11025
  122. gusbase=240
  123. irq1=5
  124. irq2=5
  125. dma1=3
  126. dma2=3
  127. ultradir=C:\ULTRASND
  128.  
  129. [speaker]
  130. # pcspeaker -- Enable PC-Speaker emulation.
  131. # pcrate -- Sample rate of the PC-Speaker sound generation.
  132. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  133. # For auto Tandysound emulation is present only if machine is set to t$
  134. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  135. # disney -- Enable Disney Sound Source emulation.
  136.  
  137. pcspeaker=true
  138. pcrate=11025
  139. tandy=off
  140. tandyrate=11025
  141. disney=false
  142.  
  143. [joystick]
  144. # joysticktype -- Type of joystick to emulate: auto (default), none,
  145. # 2axis (supports two joysticks), 4axis,
  146. # fcs (Thrustmaster), ch (CH Flightstick).
  147. # none disables joystick emulation.
  148. # auto chooses emulation depending on real joystick(s).
  149. # timed -- enable timed intervals for axis. (false is old style behaviour).
  150. # autofire -- continuously fires as long as you keep the button pressed.
  151. # swap34 -- swap the 3rd and the 4th axis. can be useful for certain joysticks.
  152. # buttonwrap -- enable button wrapping at the number of emulated buttons.
  153.  
  154. #joysticktype=2axis
  155. #timed=false
  156. #autofire=false
  157. #swap34=false
  158. #buttonwrap=true
  159.  
  160. [serial]
  161. # serial1-4 -- set type of device connected to com port.
  162. # Can be disabled, dummy, modem, nullmodem, directserial.
  163. # Additional parameters must be in the same line in the form of
  164. # parameter:value. Parameter for all types is irq.
  165. # for directserial: realport (required), rxdelay (optional).
  166. # for modem: listenport (optional).
  167. # for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  168. # transparent, port, inhsocket (all optional).
  169. # Example: serial1=modem listenport:5000
  170.  
  171. serial1=dummy
  172. serial2=dummy
  173. serial3=disabled
  174. serial4=disabled
  175.  
  176. [dos]
  177. # xms -- Enable XMS support.
  178. # ems -- Enable EMS support.
  179. # umb -- Enable UMB support.
  180. # keyboardlayout -- Language code of the keyboard layout (or none).
  181.  
  182. xms=true
  183. ems=true
  184. umb=true
  185. keyboardlayout=none
  186.  
  187. [autoexec]
Advertisement
Add Comment
Please, Sign In to add comment