From bcdad307c137f68a74a8fe5a189d66b740a6bef0 Mon Sep 17 00:00:00 2001 From: Eric Fry Date: Fri, 10 Apr 2020 13:30:16 +1000 Subject: Added help commands to debugger --- debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 031671a..4465ef2 100644 --- a/debug.h +++ b/debug.h @@ -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_ -- cgit v1.2.3