Fixed MSR's on AMD CPU's - the VIA machine now works without issues with the high-speed AMD CPU's.

This commit is contained in:
OBattler
2020-01-16 20:49:58 +01:00
parent 8f17d4ed8d
commit ebf0d1ef3a
7 changed files with 530 additions and 44 deletions

View File

@@ -505,6 +505,8 @@ extern void x87_reset(void);
extern int cpu_effective, cpu_alt_reset;
extern void cpu_dynamic_switch(int new_cpu);
extern void cpu_ven_reset(void);
#endif /*EMU_CPU_H*/
#endif