Implement penalties for segment load on Pentium Pro.

This commit is contained in:
SarahW 2020-11-11 19:52:13 +00:00
commit 0469ab60cb
3 changed files with 36 additions and 15 deletions

View file

@ -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[];