#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | dgen_bp |
| Breakpoint structure. More... | |
| struct | dgen_wp |
| Watchpoint structure. More... | |
Macros | |
| #define | MAX_BREAKPOINTS 64 |
| Maximum number of beakpoints supported. | |
| #define | MAX_WATCHPOINTS 64 |
| Maximum number of watchpoints supported. | |
| #define | MAX_DEBUG_TOKS 8 |
| Maximum number of tokens on the debugger command line. | |
| #define | DEBUG_DFLT_DASM_LEN 16 |
| Default number of instructions to disassemble. | |
| #define | DEBUG_DFLT_MEMDUMP_LEN 128 |
| Default number of bytes to display while dumping memory. | |
| #define | DBG_CONTEXT_M68K 0 |
| #define | DBG_CONTEXT_Z80 1 |
| #define | DBG_CONTEXT_YM2612 2 |
| #define | DBG_CONTEXT_SN76489 3 |
| #define | BP_FLAG_USED (1<<0) |
| Breakpoint enabled. | |
| #define | BP_FLAG_FIRED (1<<1) |
| Set when breakpoint fires. | |
| #define | WP_FLAG_USED (1<<0) |
| Watchpoint enabled. | |
| #define | WP_FLAG_FIRED (1<<1) |
| Set when watchpoint fires. | |
Functions | |
| void | debug_show_ym2612_regs (void) |
| #define BP_FLAG_FIRED (1<<1) |
Set when breakpoint fires.
| #define BP_FLAG_USED (1<<0) |
Breakpoint enabled.
| #define DBG_CONTEXT_M68K 0 |
| #define DBG_CONTEXT_SN76489 3 |
| #define DBG_CONTEXT_YM2612 2 |
| #define DBG_CONTEXT_Z80 1 |
| #define DEBUG_DFLT_DASM_LEN 16 |
Default number of instructions to disassemble.
| #define DEBUG_DFLT_MEMDUMP_LEN 128 |
Default number of bytes to display while dumping memory.
| #define MAX_BREAKPOINTS 64 |
Maximum number of beakpoints supported.
| #define MAX_DEBUG_TOKS 8 |
Maximum number of tokens on the debugger command line.
| #define MAX_WATCHPOINTS 64 |
Maximum number of watchpoints supported.
| #define WP_FLAG_FIRED (1<<1) |
Set when watchpoint fires.
| #define WP_FLAG_USED (1<<0) |
Watchpoint enabled.
| void debug_show_ym2612_regs | ( | void | ) |
1.8.1.1