--- nono/debugger/debugger_memory.h 2026/04/29 17:04:43 1.1.1.1 +++ nono/debugger/debugger_memory.h 2026/04/29 17:05:09 1.1.1.2 @@ -4,7 +4,9 @@ // Licensed under nono-license.txt // -// デバッガからのメモリアクセス +// +// デバッガのメモリアクセスヘルパー(?) +// // 今の所定義の依存関係の都合でこのファイルを直接読むことはできない? @@ -62,5 +64,4 @@ class DebuggerMemoryStream bool translate {}; // アドレス変換が必要なら true bool pageover {}; // 256バイト境界をまたいだら true - };