Split off the AMD SYSCALL and SYSRET instructions to x86_ops_amd.h;
Moved the two 440FX board along with the Pentium Pro and Pentium II CPU's to the Dev branch; Applied the PCem commit that fixed PIIX IDE Bus Master initialization.
This commit is contained in:
@@ -50,8 +50,12 @@ extern OpFn dynarec_ops_c6x86mx_0f[1024];
|
||||
|
||||
extern OpFn dynarec_ops_k6_0f[1024];
|
||||
|
||||
#ifdef DEV_BRANCH
|
||||
#ifdef USE_I686
|
||||
extern OpFn dynarec_ops_pentiumpro_0f[1024];
|
||||
extern OpFn dynarec_ops_pentium2d_0f[1024];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern OpFn dynarec_ops_fpu_287_d9_a16[256];
|
||||
extern OpFn dynarec_ops_fpu_287_d9_a32[256];
|
||||
@@ -138,8 +142,12 @@ extern OpFn ops_c6x86mx_0f[1024];
|
||||
|
||||
extern OpFn ops_k6_0f[1024];
|
||||
|
||||
#ifdef DEV_BRANCH
|
||||
#ifdef USE_I686
|
||||
extern OpFn ops_pentiumpro_0f[1024];
|
||||
extern OpFn ops_pentium2d_0f[1024];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern OpFn ops_fpu_287_d9_a16[256];
|
||||
extern OpFn ops_fpu_287_d9_a32[256];
|
||||
|
||||
Reference in New Issue
Block a user