--- nono/debugger/debugger_m680x0.cpp 2026/04/29 17:04:33 1.1.1.2 +++ nono/debugger/debugger_m680x0.cpp 2026/04/29 17:04:37 1.1.1.3 @@ -17,6 +17,10 @@ DebuggerMD_m680x0::DebuggerMD_m680x0(Deb { cpu = cpu_; + // 機種依存変数 + vector_max = 256; + inst_bits = 16; + // 奇数にしておくことで初回に必ずアドレス変換を起こさせる。 last_lpage.addr = 0xffffffff; }