--- nono/lib/mainapp.h 2026/04/29 17:04:54 1.1.1.8 +++ nono/lib/mainapp.h 2026/04/29 17:04:57 1.1.1.9 @@ -42,9 +42,6 @@ class MainApp static std::vector GetLogNames(); public: - // -A: ホストファイル名 (とりあえず) - const char *host_file {}; - // -b: ブレークポイント "[,]" std::vector debug_breakaddr {}; @@ -71,6 +68,9 @@ class MainApp // --fontsize: フォントサイズ指定値 (値は fontsize_t ではない) int fontsize {}; + // -H: 内蔵 Human68k 風を組み込む。-X による実行ファイル名が必要。 + bool human_mode {}; + // -L: ログ指定文字列 char logopt[256] {}; @@ -86,9 +86,9 @@ class MainApp // -V: パラメータ指定 std::vector config_options {}; - // -X: Human68k 実行ファイル名と引数 - const char *human68k_file {}; - char human68k_arg[256] {}; + // -X: ホスト実行ファイル名とその引数 + const char *exec_file {}; + std::string exec_arg {}; private: // ヘルプメッセージを表示する