1
0
Fork 0

iodelay aware cycle adjustment code.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2802
This commit is contained in:
Peter Veenstra 2007-02-04 11:10:22 +00:00
parent f28020edb3
commit 0bf5025fea
4 changed files with 58 additions and 18 deletions

View file

@ -43,6 +43,7 @@ extern Bit32s CPU_CycleMax;
extern Bit32s CPU_OldCycleMax;
extern Bit32s CPU_CyclePercUsed;
extern Bit32s CPU_CycleLimit;
extern Bit64s CPU_IODelayRemoved;
extern bool CPU_CycleAutoAdjust;
extern Bitu CPU_AutoDetermineMode;