Advertisement
Guest User

dosbox.conf

a guest
Oct 15th, 2013
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. [dosbox]
  2. memsize=8
  3. machine=svga_s3
  4.  
  5. [render]
  6. frameskip=2
  7.  
  8. [cpu]
  9. core=dynamic
  10. cputype=auto
  11. cycles=max
  12. cycleup=500
  13. cycledown=500
  14.  
  15. [sblaster]
  16. sbtype=sb16
  17. mixer=true
  18. oplmode=auto
  19. oplrate=22050
  20.  
  21. [speaker]
  22. pcspeaker=true
  23. pcrate=8000
  24. tandy=auto
  25. tandyrate=22050
  26. disney=false
  27.  
  28. [mixer]
  29. blocksize=1024
  30. prebuffer=15
  31. rate=22050
  32.  
  33. [midi]
  34. mpu401=none
  35. mididevice=none
  36. midiconfig=
  37.  
  38. [joystick]
  39. joysticktype=2axis
  40. timed=true
  41.  
  42. [dos]
  43. # xms -- Enable XMS support.
  44. # ems -- Enable EMS support.
  45. # umb -- Enable UMB support.
  46. # keyboardlayout -- Language code of the keyboard layout (or none).
  47. xms=true
  48. ems=true
  49. umb=true
  50. keyboardlayout=auto
  51.  
  52. [autoexec]
  53. @Echo Off
  54. REM Before editing this dosbox.conf, please click MANUAL MODE under DosBox Settings preference if you plan to use a custom config.
  55. REM Otherwise, DosBox Turbo will overwrite your config file on startup.
  56. ECHO DosBox Turbo for Android
  57. mount c: /mnt/sdcard
  58. c:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement