Fix issues with Cyrix DX2/DX4 CPUs

Fix some issues with the Cyrix DX2 & DX4 CPUs and restore the Cyrix 6x86 for dev-branch builds.
This commit is contained in:
nerd73
2020-07-06 13:01:52 -06:00
parent 254c8024f8
commit 18368203ec
3 changed files with 15 additions and 6 deletions

View File

@@ -156,10 +156,8 @@ extern CPU cpus_K56_SS7[];
#if defined(DEV_BRANCH) && defined(USE_CYRIX_6X86)
extern CPU cpus_6x863V[];
extern CPU cpus_6x86[];
#ifdef USE_NEW_DYNAREC
extern CPU cpus_6x86SS7[];
#endif
#endif
extern CPU cpus_Cyrix3[];
extern CPU cpus_PentiumPro[];
extern CPU cpus_PentiumII66[];