Go to the documentation of this file.
10 #define MAX_BREAKPOINTS 64
12 #define MAX_WATCHPOINTS 64
14 #define MAX_DEBUG_TOKS 8
16 #define DEBUG_DFLT_DASM_LEN 16
18 #define DEBUG_DFLT_MEMDUMP_LEN 128
20 #define DBG_CONTEXT_M68K 0
21 #define DBG_CONTEXT_Z80 1
22 #define DBG_CONTEXT_YM2612 2
23 #define DBG_CONTEXT_SN76489 3
28 #define BP_FLAG_USED (1<<0)
36 #define WP_FLAG_USED (1<<0)
37 #define WP_FLAG_FIRED (1<<1)