Fixed FPU on RapidCard onwards (fixes OS/2 on RapidCard onwards to no longer think it's a 287) and renamed the Built-in FPU to Internal to be consistent with the rest of the emulator.

This commit is contained in:
OBattler
2020-06-15 22:49:30 +02:00
parent 685dfbb24e
commit 3e8d27d015
4 changed files with 363 additions and 363 deletions

View File

@@ -27,7 +27,7 @@ enum {
FPU_287,
FPU_287XL,
FPU_387,
FPU_BUILTIN
FPU_INTERNAL
};
enum {