Cleaned up turbo handling.
This commit is contained in:
parent
4f0fe705c5
commit
b530bdafea
9 changed files with 54 additions and 32 deletions
|
|
@ -148,6 +148,8 @@ extern int isa_cycles;
|
|||
void cpu_update_waitstates();
|
||||
void cpu_set();
|
||||
void cpu_set_edx();
|
||||
void cpu_set_turbo(int turbo);
|
||||
int cpu_get_speed();
|
||||
|
||||
extern int has_vlb;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue