Added MMX emulation (probably some bugs). Implemented RDMSR/WRMSR for Winchip.
This commit is contained in:
parent
cfb4ab27b4
commit
119fe36820
17 changed files with 2362 additions and 65 deletions
|
|
@ -1210,8 +1210,6 @@ void cpu_386_flags_rebuild()
|
|||
|
||||
int oldi;
|
||||
|
||||
static uint64_t tsc = 0;
|
||||
|
||||
uint32_t testr[9];
|
||||
int dontprint=0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue