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

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