--- nono/lib/config.cpp 2026/04/29 17:04:48 1.1.1.5 +++ nono/lib/config.cpp 2026/04/29 17:04:51 1.1.1.6 @@ -47,6 +47,7 @@ Config::Config() // 各 VM クラスで初期値を設定している。 Add("ram-size", 0); Add(".rtc-force-fixed", 0); + Add("show-statuspanel", 1); for (int id = 0; id < 8; id++) { Add(string_format("spc0-id%d-image", id)); Add(string_format("spc0-id%d-writeprotect", id), 0);