Added WinChip 2 emulation, along with (currently non-recompiled) 3DNow! instruction emulation.

This commit is contained in:
SarahW 2018-12-03 21:59:41 +00:00
commit da2d819ed4
8 changed files with 607 additions and 25 deletions

View file

@ -276,7 +276,7 @@ static uint8_t opcode_modrm[256] =
};
static uint8_t opcode_0f_modrm[256] =
{
1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /*00*/
1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, /*00*/
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /*10*/
1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /*20*/
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /*30*/