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