diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |