--- nono/vm/romemu_luna.h 2026/04/29 17:04:36 1.1.1.2 +++ nono/vm/romemu_luna.h 2026/04/29 17:04:39 1.1.1.3 @@ -75,12 +75,13 @@ class LunaPROMEmuDevice : public IODevic std::string errmsg; // ROM モニタ用コンソール画面 - TextScreen text; + TextConsole text; // 入力バッファ std::string inputbuf {}; int inputpos {}; // カーソル位置 bool is_shift; // SHIFT キー押し下げ中 + int mousecnt {}; // マウス入力をスキップするためのカウンタ // プロンプトと入力モード std::string prompt {}; // 現在のプロンプト文字列