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:
parent
caf6a80ef4
commit
97470261fb
5 changed files with 38 additions and 21 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue