It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
The default 3000 cycles seems a bit sluggish. Why is it the default?
This question / problem has been solved by tristanlistimage
avatar
klappis: The default 3000 cycles seems a bit sluggish. Why is it the default?
A very good question. It is the default in DOSBox 0.74 and ten years ago I am sure there were quite many who wanted to play it on computers incapable of doing 5000 cycles, which is what I suggest you change it to in the settings but 4500ish feels alright too. You can always raise the cycles with CTRL+F12 and lower with CTRL+F11 but that way you have to do it every time you open the game.
Post edited April 13, 2019 by Themken
avatar
Themken: A very good question. It is the default in DOSBox 0.74 and ten years ago I am sure there were quite many who wanted to play it on computers incapable of doing 5000 cycles, which is what I suggest you change it to in the settings but 4500ish feels alright too. You can always raise the cycles with CTRL+F12 and lower with CTRL+F11 but that way you have to do it every time you open the game.
Depends on your CPU. I used 9000 and I was happy with it. I would edit the .conf first to up the cycleup= & cycledown= to higher amounts. Otherwise you will be hitting them quite a few times.
avatar
Themken: A very good question. It is the default in DOSBox 0.74 and ten years ago I am sure there were quite many who wanted to play it on computers incapable of doing 5000 cycles, which is what I suggest you change it to in the settings but 4500ish feels alright too. You can always raise the cycles with CTRL+F12 and lower with CTRL+F11 but that way you have to do it every time you open the game.
avatar
Gydion: Depends on your CPU. I used 9000 and I was happy with it. I would edit the .conf first to up the cycleup= & cycledown= to higher amounts. Otherwise you will be hitting them quite a few times.
Thanks! But i've read that too much cycles will break the game, well not litterally but the game mechanics will get screwed up. I could be wrong on that matter though.
avatar
klappis: But i've read that too much cycles will break the game, well not litterally but the game mechanics will get screwed up. I could be wrong on that matter though.
You are.
Too many just puts a bit more load on the processor for no reason. I can see no difference between 5000 and 8000. We are not talking about a lot if you have a modern processor but why produce more heat and waste more electricity for nothing?
avatar
klappis: The default 3000 cycles seems a bit sluggish. Why is it the default?
In my experience setting cycles to an integer consumes more of the computer's resources than setting it to "max." I do not know if there is a difference in how the emulation runs on max, but it's very smooth and efficient compared to forcing the cycles. A good generic dosbox .74 cpu config is this:

[cpu]
core=auto
cputype=auto
cycles=max
cycleup=10
cycledown=20
avatar
klappis: The default 3000 cycles seems a bit sluggish. Why is it the default?
avatar
tristanlist: In my experience setting cycles to an integer consumes more of the computer's resources than setting it to "max." I do not know if there is a difference in how the emulation runs on max, but it's very smooth and efficient compared to forcing the cycles. A good generic dosbox .74 cpu config is this:

[cpu]
core=auto
cputype=auto
cycles=max
cycleup=10
cycledown=20
Thanks for input! There are dosbox files. Which one them should i edit?
avatar
klappis: Thanks for input! There are dosbox files. Which one them should i edit?
From here I can just offer some blind support. It should be the biggest, basic .conf file in the game's installation directory that will have the [cpu] values dosbox uses (plus many other emulation settings, so search the line in notepad if you want).
avatar
klappis: Thanks for input! There are dosbox files. Which one them should i edit?
avatar
tristanlist: From here I can just offer some blind support. It should be the biggest, basic .conf file in the game's installation directory that will have the [cpu] values dosbox uses (plus many other emulation settings, so search the line in notepad if you want).
Thank you!