--- nono/debugger/debugger_m680x0.h 2026/04/29 17:05:32 1.1.1.10 +++ nono/debugger/debugger_m680x0.h 2026/04/29 17:05:49 1.1.1.11 @@ -40,6 +40,7 @@ class DebuggerMD_m680x0 : public Debugge bool CheckLEA(uint32 laddr) override { return false; } std::string Disassemble(DebuggerMemoryStream& mem) override; + std::string ParseInst(const std::string&) const override; private: MPU680x0Device *cpu {}; // MPU デバイス