1
0
Fork 0

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:
Peter Veenstra 2016-08-10 12:07:43 +00:00
parent d94dc4834e
commit 5e4b1c8284

View file

@ -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