--- nono/vm/lance.cpp 2026/04/29 17:05:37 1.1.1.18 +++ nono/vm/lance.cpp 2026/04/29 17:05:46 1.1.1.19 @@ -42,6 +42,8 @@ LanceDevice::Init() interrupt = GetInterruptDevice(); subram = GetSubRAMDevice(); + hostnet->SetPortName("Lance"); + // ホストからの受信コールバックを登録 scheduler->ConnectMessage(MessageID::HOSTNET_RX(0), this, ToMessageCallback(&LanceDevice::RxMessage));