In the dosbox folder is a .conf file you can edit the cycles dosbox start with.
You can also copy&paste and create a GAMENAME.conf file for every game and create a batch file to start with this file.
Here's my batch file for Ultima 8. (Ultima.bat)
C:\Programme\DOSBox-0.65\DOSBox -conf C:\Programme\DOSBox-0.65\Ultima8.conf Y:\DOSGAMES\Ultima8\u8.exe
1st part where dosbox is
2nd part (-conf) start game with specific conf file
3rd part where the exe of the game is
If this don't help. READ THE README.
|