Implement penalties for segment load on Pentium Pro.
This commit is contained in:
parent
5c3069c561
commit
0469ab60cb
3 changed files with 36 additions and 15 deletions
|
|
@ -102,6 +102,8 @@ typedef struct
|
|||
int atclk_div;
|
||||
} CPU;
|
||||
|
||||
extern CPU *cpu_s;
|
||||
|
||||
extern CPU cpus_8088[];
|
||||
extern CPU cpus_8086[];
|
||||
extern CPU cpus_286[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue