From 81a0a72bdae2bc83feba424d9f42412d0b82df22 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Wed, 26 Mar 2025 19:11:24 +1100 Subject: cpu/e132xs: Made debugging Hyperstone E1 software less painful. * Fixed local register display in debugger (this never worked). * Made disassembler show local register indices. --- src/tools/unidasm.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/tools/unidasm.cpp') diff --git a/src/tools/unidasm.cpp b/src/tools/unidasm.cpp index f99afdd5e54..be64dc9cb72 100644 --- a/src/tools/unidasm.cpp +++ b/src/tools/unidasm.cpp @@ -348,11 +348,9 @@ struct z8000_unidasm_t : z8000_disassembler::config struct hyperstone_unidasm_t : hyperstone_disassembler::config { bool h; - u8 fp; - hyperstone_unidasm_t() { h = false; fp = 0; } + hyperstone_unidasm_t() { h = false; } virtual ~hyperstone_unidasm_t() = default; - virtual u8 get_fp() const { return fp; } virtual bool get_h() const { return h; } } hyperstone_unidasm; -- cgit v1.2.3-70-g09d2