--- nono/debugger/debugger_hd64180.h 2026/04/29 17:05:28 1.1.1.3 +++ nono/debugger/debugger_hd64180.h 2026/04/29 17:05:49 1.1.1.4 @@ -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);