--- nono/debugger/debugger_m680x0.cpp 2026/04/29 17:04:43 1.1.1.5 +++ nono/debugger/debugger_m680x0.cpp 2026/04/29 17:04:54 1.1.1.7 @@ -9,7 +9,6 @@ #include "debugger_m680x0.h" #include "m68030disasm.h" #include "mpu.h" -#include "mystring.h" // コンストラクタ DebuggerMD_m680x0::DebuggerMD_m680x0(Debugger *parent_, m68kcpu *cpu_) @@ -584,7 +583,7 @@ CRP:00001111_22223333 TT1:00001111 MMUSR void DebuggerMD_m680x0::ShowRegATC(Console *cons) { - parent->ShowMonitor(*gMPUATC); + parent->ShowMonitor(gMonitorManager.Get(ID_MONITOR_MPUATC)); } // その他のレジスタを表示