Interpreter and dynamic recompiler now present in a single binary.
This commit is contained in:
parent
969d5811e5
commit
f339f00315
25 changed files with 365 additions and 1208 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#ifdef DYNAREC
|
||||
#include "ibm.h"
|
||||
#include "cpu.h"
|
||||
#include "x86.h"
|
||||
|
|
@ -56,4 +55,3 @@ static inline void fetch_ea_16_long(uint32_t rmdat)
|
|||
#define CLOCK_CYCLES_ALWAYS(c) cycles -= (c)
|
||||
|
||||
#include "386_ops.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue