Moved emulator_version #define to 86box.h and #included it in all files that use that #define.

This commit is contained in:
OBattler
2016-08-15 04:01:36 +02:00
parent 17c1817bff
commit 9a4cd321d6
5 changed files with 5 additions and 3 deletions

View File

@@ -568,6 +568,4 @@ extern uint32_t eip_msr;
/* For the AMD K6. */
extern uint64_t star;
#define emulator_version "1.00"
#define FPU_CW_Reserved_Bits (0xe0c0)