Moved the Intel i686 CPU's and related machines out of the Dev branch.

This commit is contained in:
OBattler
2020-04-10 20:01:26 +02:00
parent d460927c7b
commit d75e901a83
20 changed files with 93 additions and 175 deletions

View File

@@ -203,7 +203,6 @@ static int opFUCOMPP(uint32_t fetchdat)
return 0;
}
#if defined(DEV_BRANCH) && (defined(USE_CYRIX_6X86) || defined(USE_I686))
static int opFCOMI(uint32_t fetchdat)
{
FP_ENTER();
@@ -228,7 +227,6 @@ static int opFCOMIP(uint32_t fetchdat)
return 0;
}
#endif
#endif
static int opFDIV(uint32_t fetchdat)
{
@@ -397,7 +395,6 @@ static int opFUCOMP(uint32_t fetchdat)
return 0;
}
#if defined(DEV_BRANCH) && (defined(USE_CYRIX_6X86) || defined(USE_I686))
static int opFUCOMI(uint32_t fetchdat)
{
FP_ENTER();
@@ -422,4 +419,3 @@ static int opFUCOMIP(uint32_t fetchdat)
return 0;
}
#endif
#endif