Advertisement
Guest User

Little Big Adventure 2 conf file

a guest
Oct 6th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.14 KB | None | 0 0
  1. [sdl]
  2. fullscreen=true
  3. fulldouble=false
  4. fullresolution=original
  5. windowresolution=original
  6. output=overlay
  7. autolock=true
  8. sensitivity=100
  9. waitonerror=true
  10. priority=higher,normal
  11. usescancodes=true
  12.  
  13. [dosbox]
  14. language=
  15. machine=svga_s3
  16. captures=capture
  17. memsize=30
  18.  
  19. [render]
  20. frameskip=0
  21. aspect=false
  22. scaler=normal2x
  23.  
  24. [cpu]
  25. core=auto
  26. cputype=auto
  27. cycles=max
  28. cycleup=5000
  29. cycledown=5000
  30.  
  31. [mixer]
  32. nosound=false
  33. rate=22050
  34. blocksize=2048
  35. prebuffer=240
  36.  
  37. [midi]
  38. mpu401=intelligent
  39. device=default
  40. config=
  41.  
  42. [sblaster]
  43. type=sb16
  44. base=220
  45. irq=5
  46. dma=1
  47. hdma=5
  48. mixer=true
  49. oplmode=auto
  50. oplrate=22050
  51.  
  52. [gus]
  53. gus=false
  54.  
  55. [speaker]
  56. pcspeaker=true
  57. pcrate=22050
  58. tandy=auto
  59. tandyrate=22050
  60. disney=true
  61.  
  62. [joystick]
  63. joysticktype=auto
  64. timed=true
  65. autofire=false
  66. swap34=false
  67. buttonwrap=true
  68.  
  69. [serial]
  70. serial1=dummy
  71. serial2=dummy
  72. serial3=disabled
  73. serial4=disabled
  74.  
  75. [dos]
  76. xms=true
  77. ems=true
  78. umb=true
  79.  
  80.  
  81. [autoexec]
  82. # Lines in this section will be run at startup.
  83. @echo off
  84. mount c /home/pi/RetroPie/roms/pc-data/lba2
  85. imgmount d "/home/pi/RetroPie/roms/pc-data/lba2/lba2/LBA2.DAT" -t iso
  86. c:
  87. cls
  88. cd LBA2
  89. LBA2.EXE
  90. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement