diff options
author | Eric Fry <yuv422@users.noreply.github.com> | 2020-04-10 13:30:16 +1000 |
---|---|---|
committer | Eric Fry <yuv422@users.noreply.github.com> | 2020-04-10 13:30:16 +1000 |
commit | bcdad307c137f68a74a8fe5a189d66b740a6bef0 (patch) | |
tree | e981b34e3a4a8696aadb7174fc0997f0e841c286 /debug.h | |
parent | 5db5914748c1dba731c177e5914e1797148b5c17 (diff) |
Added help commands to debugger
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,5 +29,7 @@ void add_display(disp_def ** head, uint32_t *index, char format_char, char * par void remove_display(disp_def ** head, uint32_t index); void debugger(m68k_context * context, uint32_t address); z80_context * zdebugger(z80_context * context, uint16_t address); +void print_m68k_help(); +void print_z80_help(); #endif //DEBUG_H_ |