--- nono/lib/config.cpp 2026/04/29 17:04:40 1.1.1.4 +++ nono/lib/config.cpp 2026/04/29 17:04:51 1.1.1.6 @@ -27,6 +27,7 @@ Config::Config() // デバッガの TCP 待ち受けポート Add("debugger-port", 0); + Add("ethernet-hostdevice", "auto"); Add("ethernet-hostdriver", "none"); Add("ethernet-macaddr", "auto"); // LUNA の DIPSW (1 が UP、0 が DOWN) @@ -46,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);