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 --- blastem.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'blastem.c') diff --git a/blastem.c b/blastem.c index 557ad57..d5dcf7c 100644 --- a/blastem.c +++ b/blastem.c @@ -11,7 +11,11 @@ #include "system.h" #include "68kinst.h" #include "m68k_core.h" +#ifdef NEW_CORE +#include "z80.h" +#else #include "z80_to_x86.h" +#endif #include "mem.h" #include "vdp.h" #include "render.h" -- cgit v1.2.3