diff debug.h @ 2499:d74d3998482c

Make some progress on compiling full emulator with new 68K core
author Michael Pavone <pavone@retrodev.com>
date Tue, 30 Apr 2024 00:02:14 -0700
parents bf4f1a8d1d48
children 54ac5fe14cf9
line wrap: on
line diff
--- a/debug.h	Mon Apr 29 22:57:49 2024 -0700
+++ b/debug.h	Tue Apr 30 00:02:14 2024 -0700
@@ -3,10 +3,11 @@
 
 #include <stdint.h>
 #include "tern.h"
-#include "m68k_core.h"
 #ifdef NEW_CORE
+#include "m68k.h"
 #include "z80.h"
 #else
+#include "m68k_core.h"
 #include "z80_to_x86.h"
 #endif
 #include "disasm.h"