# HG changeset patch # User Michael Pavone # Date 1660444782 25200 # Node ID b87658ba3b9419823e99b00d752588c96b7ee22a # Parent 9a8dd4ba2753fcd8d182177b70c69b4539826fce Fix bug in Z80 debugger for SMS mode post-refactor diff -r 9a8dd4ba2753 -r b87658ba3b94 debug.c --- a/debug.c Sat Aug 13 19:37:17 2022 -0700 +++ b/debug.c Sat Aug 13 19:39:42 2022 -0700 @@ -2626,7 +2626,7 @@ z80inst inst; genesis_context *system = context->system; init_terminal(); - debug_root *root = find_root(context); + debug_root *root = find_z80_root(context); if (!root) { return context; }