diff debug.h @ 1921:5d028088e320

Added help commands to debugger
author Eric Fry <yuv422@users.noreply.github.com>
date Fri, 10 Apr 2020 13:30:16 +1000
parents d6d4c006a7b3
children 374a5ae694e8 f80c6111e1ae
line wrap: on
line diff
--- a/debug.h	Sat Apr 11 13:36:38 2020 -0700
+++ b/debug.h	Fri Apr 10 13:30:16 2020 +1000
@@ -29,5 +29,7 @@
 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_