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

@@ -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"