1
0
Fork 0

tweak size of auto-cycle interval (ih8regs);

switch to auto-cycle guessing if appropriate


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2660
This commit is contained in:
Sebastian Strohhäcker 2006-06-25 18:49:32 +00:00
parent caf6a80ef4
commit 97470261fb
5 changed files with 38 additions and 21 deletions

View file

@ -33,7 +33,8 @@
extern Bits CPU_Cycles;
extern Bits CPU_CycleLeft;
extern Bits CPU_CycleMax;
extern bool CPU_CycleAuto;
extern bool CPU_CycleAutoAdjust;
extern bool CPU_AutoDetermineMode;
/* Some common Defines */
/* A CPU Handler */