Moved emulator_version #define to 86box.h and #included it in all files that use that #define.
This commit is contained in:
1
src/86box.h
Normal file
1
src/86box.h
Normal file
@@ -0,0 +1 @@
|
||||
#define emulator_version "1.00"
|
@@ -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)
|
||||
|
@@ -20,7 +20,8 @@
|
||||
#include "iomd.h"
|
||||
#include "arm.h"
|
||||
#else
|
||||
#include "ibm.h"
|
||||
#include "86box.h"
|
||||
#include "ibm.h"
|
||||
#include "io.h"
|
||||
#include "pic.h"
|
||||
#include "timer.h"
|
||||
|
@@ -3,6 +3,7 @@
|
||||
#include <d3d9.h>
|
||||
#undef BITMAP
|
||||
#include <D3dx9tex.h>
|
||||
#include "86box.h"
|
||||
#include "resources.h"
|
||||
#include "video.h"
|
||||
#include "win-d3d-fs.h"
|
||||
|
Reference in New Issue
Block a user