Advertisement
Guest User

Untitled

a guest
Aug 11th, 2010
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. [sdl]
  4. # orientation -- used to set orientation on s60 devices
  5. # normal -- use for landscape display devices
  6. # cw -- (clockwise) use for portrait display devices (right handed button usage)
  7. # ccw -- (counter-clockwise) use for portrait display devices (left handed button usage)
  8. # fullscreen -- Start dosbox directly in fullscreen.
  9. # fulldouble -- Use double buffering in fullscreen.
  10. # fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
  11. # windowresolution -- Scale the window to this size IF the output device supports hardware scaling.
  12. # output -- What to use for output: surface,overlay,opengl,openglnb,ddraw.
  13. # autolock -- Mouse will automatically lock, if you click on the screen.
  14. # sensitiviy -- Mouse sensitivity.
  15. # waitonerror -- Wait before closing the console if dosbox has an error.
  16. # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest,pause (when not focussed).
  17. #             Second entry behind the comma is for when dosbox is not focused/minimized.
  18. # mapperfile -- File used to load/save the key/event mappings from.
  19. # usescancodes -- Avoid usage of symkeys, might not work on all operating systems.
  20. # keyhint -- When set to true, the first button press will display a hint about what
  21. #            key you will get with the second button press.
  22. #            If the key you want isn't there you can cancel by pressing cross.
  23.  
  24. orientation=cw
  25. #fullscreen=true
  26. fulldouble=false
  27. #fullresolution=320x240
  28. #windowresolution=320x240
  29. fullresolution=1024x768
  30. windowresolution=1024x768
  31. output=surface
  32. autolock=true
  33. sensitivity=50
  34. waitonerror=true
  35. priority=higher,normal
  36. mapperfile=mapper.txt
  37. #usescancodes=true
  38. keyhint=false
  39.  
  40. [dosbox]
  41. # language -- Select another language file.
  42. # memsize -- Amount of memory dosbox has in megabytes.
  43. # machine -- The type of machine tries to emulate:hercules,cga,tandy,pcjr,vga.
  44. # captures -- Directory where things like wave,midi,screenshot get captured.
  45.  
  46. language=
  47. machine=svga_s3
  48. #captures=capture
  49. memsize=16
  50.  
  51. [render]
  52. # frameskip -- How many frames dosbox skips before drawing one.
  53. # aspect -- Do aspect correction, if your output method doesn't support scaling this can slow things down!
  54. # scaler -- Scaler used to enlarge/enhance low resolution modes.
  55. #           Supported are none,normal2x,normal3x,advmame2x,advmame3x,hq2x,hq3x,2xsai,super2xsai,supereagle,
  56. #           advinterp2x,advinterp3x,tv2x,tv3x,rgb2x,rgb3x,scan2x,scan3x.
  57.  
  58. frameskip=1
  59. aspect=true
  60. #scaler=normal2x
  61. scaler=none
  62.  
  63. [cpu]
  64. # core -- CPU Core used in emulation: normal,simple,dynamic,auto.
  65. #         auto switches from normal to dynamic if appropriate.
  66. # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
  67. #           Setting this value too high results in sound dropouts and lags.
  68. #           You can also let DOSBox guess the correct value by setting it to max.
  69. #           The default setting (auto) switches to max if appropriate.
  70. # cycleup   -- Amount of cycles to increase/decrease with keycombo.
  71. # cycledown    Setting it lower than 100 will be a percentage.
  72.  
  73. #core=dynamic
  74. #cycles=sync
  75. #cycleup=2500
  76. #cycledown=400
  77. #autocycle=true
  78. #mincycles=600
  79. #maxcycles=3000
  80.  
  81. core=dynamic
  82. cycles=18000
  83.  
  84. [mixer]
  85. # nosound -- Enable silent mode, sound is still emulated though.
  86. # rate -- Mixer sample rate, setting any devices higher than this will
  87. #         probably lower their sound quality.
  88. # blocksize -- Mixer block size, larger blocks might help sound stuttering
  89. #              but sound will also be more lagged.
  90. # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
  91.  
  92. nosound=false
  93. rate=22050
  94. blocksize=2048
  95. prebuffer=10
  96.  
  97. [midi]
  98. # mpu401      -- Type of MPU-401 to emulate: none, uart or intelligent.
  99. # device      -- Device that will receive the MIDI data from MPU-401.
  100. #                This can be default,alsa,oss,win32,coreaudio,none.
  101. # config      -- Special configuration options for the device. In Windows put
  102. #                the id of the device you want to use. See README for details.
  103. mpu401=none
  104. device=default
  105. config=
  106.  
  107. [sblaster]
  108. # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
  109. # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
  110. # mixer -- Allow the soundblaster mixer to modify the DOSBox mixer.
  111. # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
  112. #            On auto the mode is determined by sblaster type.
  113. #            All OPL modes are 'Adlib', except for CMS.
  114. # oplrate -- Sample rate of OPL music emulation.
  115. sbtype=sb1
  116. sbbase=220
  117. irq=7
  118. dma=1
  119. hdma=5
  120. mixer=true
  121. oplmode=auto
  122. oplrate=22050
  123.  
  124. [gus]
  125. # gus -- Enable the Gravis Ultrasound emulation.
  126. # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the
  127. #            Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
  128. # gusrate -- Sample rate of Ultrasound emulation.
  129. # ultradir -- Path to Ultrasound directory.  In this directory
  130. #             there should be a MIDI directory that contains
  131. #             the patch files for GUS playback.  Patch sets used
  132. #             with Timidity should work fine.
  133. gus=false
  134. gusrate=22050
  135. gusbase=240
  136. irq1=5
  137. irq2=5
  138. dma1=3
  139. dma2=3
  140. ultradir=C:\ULTRASND
  141.  
  142. [speaker]
  143. # pcspeaker -- Enable PC-Speaker emulation.
  144. # pcrate -- Sample rate of the PC-Speaker sound generation.
  145. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  146. #          For auto Tandysound emulation is present only if machine is set to tandy.
  147. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  148. # disney -- Enable Disney Sound Source emulation. Covox Voice Master and Speech Thing compatible.
  149. pcspeaker=true
  150. pcrate=22050
  151. tandy=off
  152. tandyrate=22050
  153. disney=false
  154.  
  155. [joystick]
  156. joysticktype=none
  157.  
  158. [serial]
  159. serial1=dummy
  160. serial2=dummy
  161. serial3=disabled
  162. serial4=disabled
  163.  
  164. [dos]
  165. # xms -- Enable XMS support.
  166. # ems -- Enable EMS support.
  167. # umb -- Enable UMB support.
  168. # keyboardlayout -- Language code of the keyboard layout (or none).
  169. xms=true
  170. ems=true
  171. umb=true
  172. keyboardlayout=none
  173.  
  174. [ipx]
  175. # ipx -- Enable ipx over UDP/IP emulation.
  176. ipx=false
  177.  
  178. [autoexec]
  179. # Lines in this section will be run at startup.
  180.  
  181. # Loader 1 -- Windows 3.1
  182. # mount a e:\Data\win31\ (To install more drivers)
  183.  mount c ~/dos
  184. # mount d e:\
  185.  c:
  186.  c:\Windows\win.com
  187.  
  188. # Loader 2 -- Norton Commander 5.0
  189. # mount c e:\Data\
  190. # mount d e:\
  191. # c:
  192. # c:\Data\nc\nc.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement