# Conflicts:
#	src/cpu/cpu.c
This commit is contained in:
RichardG867
2020-07-06 19:00:31 -03:00
3 changed files with 16 additions and 7 deletions

View File

@@ -159,10 +159,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[];