--- nono/debugger/memdump.cpp 2026/04/29 17:05:32 1.1.1.5 +++ nono/debugger/memdump.cpp 2026/04/29 17:05:45 1.1.1.6 @@ -441,7 +441,7 @@ MemdumpMonitor::MemdumpMonitor(uint obji { monitor = gMonitorManager->Regist(monid_, this); monitor->func = ToMonitorCallback(&MemdumpMonitor::MonitorUpdate); - monitor->SetSize(84, 16); + monitor->SetSize(84, 32); } // デストラクタ @@ -758,7 +758,7 @@ MemdumpMonitor::GetPageOffset(int n) con // 逆アセンブルでは実際にこの動作をすると連続性が失われて読みにくいので // 1行だぶらせることにする。 - int row = monitor->GetSize().height; + int row = monitor->GetRow(); if (inst_bytes) { // 逆アセンブルの場合 if (n < 0) {