Raise lower limit of cycles in autodetermine mode to improve stability. (lsl7)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3991
This commit is contained in:
parent
d94dc4834e
commit
5e4b1c8284
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#define CPU_AUTODETERMINE_SHIFT 0x02
|
||||
#define CPU_AUTODETERMINE_MASK 0x03
|
||||
|
||||
#define CPU_CYCLES_LOWER_LIMIT 100
|
||||
#define CPU_CYCLES_LOWER_LIMIT 200
|
||||
|
||||
|
||||
#define CPU_ARCHTYPE_MIXED 0xff
|
||||
|
|
Loading…
Add table
Reference in a new issue