--- nono/vm/spc.h 2026/04/29 17:04:50 1.1.1.8 +++ nono/vm/spc.h 2026/04/29 17:04:53 1.1.1.9 @@ -156,6 +156,11 @@ class SPCDevice : public SCSIHostDevice void MonitorUpdate(TextScreen&) override; + // 接続中のデバイスを ID 順に並べたリストを返す (UI ステータスパネル用) + const std::vector& GetConnectedDevices() const { + return connected_devices; + } + // SCSIBus コールバック // バスフリーになった (全員に通知される)