--- nono/debugger/debugger_hd64180.h 2026/04/29 17:05:24 1.1.1.2 +++ nono/debugger/debugger_hd64180.h 2026/04/29 17:05:49 1.1.1.4 @@ -18,7 +18,7 @@ class DebuggerMD_hd64180 : public Debugg { using inherited = DebuggerMD; public: - DebuggerMD_hd64180(Debugger *parent_); + explicit DebuggerMD_hd64180(Debugger *parent_); ~DebuggerMD_hd64180() override; CPUState GetCPUState() const override; @@ -40,6 +40,7 @@ class DebuggerMD_hd64180 : public Debugg bool CheckLEA(uint32 laddr) override { return false; } std::string Disassemble(DebuggerMemoryStream& mem) override; + std::string ParseInst(const std::string&) const override; private: std::string FlagStr(const hd64180flag& f);