Make it work for the old dynarec too

This commit is contained in:
Melissa Goad
2020-01-12 10:10:13 -06:00
parent 391e71c236
commit fa6adf3b90
7 changed files with 348 additions and 84 deletions

View File

@@ -122,6 +122,9 @@ const OpFn *x86_opcodes_df_a32;
const OpFn *x86_opcodes_REPE;
const OpFn *x86_opcodes_REPNE;
int in_smm = 0, smi_line = 0, smi_latched = 0;
uint32_t smbase = 0x30000;
CPU *cpu_s;
int cpu_effective;
int cpu_multi;