Added WinChip 2 emulation, along with (currently non-recompiled) 3DNow! instruction emulation.
This commit is contained in:
parent
5043cff3f9
commit
da2d819ed4
8 changed files with 607 additions and 25 deletions
|
|
@ -132,6 +132,7 @@ typedef union MMX_REG
|
|||
int16_t sw[4];
|
||||
uint8_t b[8];
|
||||
int8_t sb[8];
|
||||
float f[2];
|
||||
} MMX_REG;
|
||||
|
||||
struct
|
||||
|
|
|
|||
Loading…
Reference in a new issue