comparison debug.h @ 1769:8fe162bdb038 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Fri, 01 Mar 2019 14:17:29 -0800
parents 2455662378ed d6d4c006a7b3
children 0a26f3657295
comparison
equal deleted inserted replaced
1768:63256371046f 1769:8fe162bdb038
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 "m68k_core.h" 5 #include "m68k_core.h"
6 #ifdef NEW_CORE
7 #include "z80.h"
8 #else
6 #ifdef USE_NATIVE 9 #ifdef USE_NATIVE
7 #include "z80_to_x86.h" 10 #include "z80_to_x86.h"
8 #else 11 #else
9 #include "mame_z80/z80.h" 12 #include "mame_z80/z80.h"
13 #endif
10 #endif 14 #endif
11 15
12 typedef struct disp_def { 16 typedef struct disp_def {
13 struct disp_def * next; 17 struct disp_def * next;
14 char * param; 18 char * param;