changeset 2180:b87658ba3b94

Fix bug in Z80 debugger for SMS mode post-refactor
author Michael Pavone <pavone@retrodev.com>
date Sat, 13 Aug 2022 19:39:42 -0700
parents 9a8dd4ba2753
children 0c723b8b637c
files debug.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}