From 1b23425efd7606bf6cd509861d9b2d60e033e962 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 10 Feb 2019 11:58:23 -0800 Subject: Initial attempt at interrupts in new Z80 core and integrating it into main executable --- debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 3ae71df..031671a 100644 --- a/debug.h +++ b/debug.h @@ -3,7 +3,11 @@ #include #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; -- cgit v1.2.3