comparison 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
comparison
equal deleted inserted replaced
2498:dffda054d218 2499:d74d3998482c
1 #ifndef DEBUG_H_ 1 #ifndef DEBUG_H_
2 #define DEBUG_H_ 2 #define DEBUG_H_
3 3
4 #include <stdint.h> 4 #include <stdint.h>
5 #include "tern.h" 5 #include "tern.h"
6 #include "m68k_core.h"
7 #ifdef NEW_CORE 6 #ifdef NEW_CORE
7 #include "m68k.h"
8 #include "z80.h" 8 #include "z80.h"
9 #else 9 #else
10 #include "m68k_core.h"
10 #include "z80_to_x86.h" 11 #include "z80_to_x86.h"
11 #endif 12 #endif
12 #include "disasm.h" 13 #include "disasm.h"
13 14
14 typedef enum { 15 typedef enum {