Configuration:CPU

From DOSBoxWiki
Revision as of 15:18, 15 January 2008 by Qbix (talk | contribs) (Import from old wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The CPU section controls how DOSBox tries to emulate the CPU, how fast the emulation should be, and to adjust it. DOSBox offers 4 differents methods of ((/cpu/core/Intro|CPU emulation)).


[cpu]

core = simple | normal| full | dynamic | auto

CPU core used in emulation. auto switches to dynamic if appropriate.

Default is auto.

cycles = nnnn | max | auto

Amount of instructions DOSBox tries to emulate each millisecond. Set to max to automatically run as many cycles as possible. auto setting switches to max if appropriate.

OBS: Setting this higher than your machine can handle is bad!

Default is auto.

cycleup = nnn

Amount of cycles to increase with keycombo.

Default is 500. Setting it lower than 100 will be a percentage.

cycledown = nnn

Amount of cycles to decrease with keycombo.

Default is 20. Setting it lower than 100 will be a percentage.