Fixed the FPU stuff and added the ability to select the 487SX.

This commit is contained in:
OBattler
2020-07-22 16:39:57 +02:00
parent 43b6056d84
commit b52e91f031
4 changed files with 36 additions and 26 deletions

View File

@@ -1726,6 +1726,7 @@ cpu_set(void)
x87_timings = x87_timings_387;
break;
case FPU_487SX:
default:
x87_timings = x87_timings_486;
}