[LinuxPlaying] Roland Garros // Dosbox
Playing dos games on Linux using Dosbox :
Roland Garros '97
French Open Tennis on MS-Dos from 1997.
==================
Installation:
==================
- Backup your game cd to iso file
- Create a new folder
It will be used as Dosbox C: letter
- Create a dosbox config file:
Mainly to automount the gamecd (check below my dosbox config file, in the autoexec section to automount your isofile to dosbox D: letter)
- Launch dosbox using your newly created config file and folder:
dosbox -conf yournewdosboxconfigfile.conf yournewfolder
- Now install the game just like you would do on DOS:
D:
Install.bat
Now follow the installation process
Now to launch the game:
c:
rg97.bat
==================
Dosbox config file
==================
[sdl]
fullscreen=false
fulldouble=false
fullresolution=original
#windowresolution=original
windowresolution= 960 x 720
output=opengl
autolock=true
sensitivity=100
waitonerror=true
priority=higher,normal
mapperfile=mapper-0.74.map
usescancodes=true
[dosbox]
language=
machine=svga_s3
memsize=32
[render]
frameskip=0
aspect=false
scaler=hq3x
#scaler=supereagle
[cpu]
core=normal
cputype=auto
cycles=auto
cycleup=10
cycledown=20
[mixer]
nosound=false
rate=44100
blocksize=1024
prebuffer=20
mpu401=intelligent
mididevice=default
midiconfig=
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
sbmixer=true
oplmode=auto
oplemu=default
oplrate=44100
[gus]
gus=false
gusrate=44100
gusbase=240
gusirq=5
gusdma=3
ultradir=C:\ULTRASND
[speaker]
pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true
[joystick]
joysticktype=auto
timed=true
autofire=false
swap34=false
buttonwrap=false
[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled
[dos]
xms=true
ems=true
umb=true
keyboardlayout=fr
[ipx]
ipx=false
[autoexec]
imgmount d /pathtoyour/isofile.cue -t iso -fs iso
==================
OS : Archlinux rolling release ( http://www.archlinux.org )
Dosbox : 0.74-3 ( www.dosbox.com )
Capture : SimpleScreenRecorder 0.2.0 ( http://www.maartenbaert.be/simplescreenrecorder/ )