summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 3ae71df..031671a 100644
--- a/debug.h
+++ b/debug.h
@@ -3,7 +3,11 @@
#include <stdint.h>
#include "m68k_core.h"
+#ifdef NEW_CORE
+#include "z80.h"
+#else
#include "z80_to_x86.h"
+#endif
typedef struct disp_def {
struct disp_def * next;