--- nono/vm/romemu_luna.cpp 2026/04/29 17:05:03 1.1.1.11 +++ nono/vm/romemu_luna.cpp 2026/04/29 17:05:06 1.1.1.12 @@ -114,6 +114,11 @@ LunaPROMEmuDevice::InitDevice() gSIO->Write(3, 0x44); // Stop 1bit gSIO->Write(3, 0x05); // CR5 gSIO->Write(3, 0x68); // TX Enable, 8bit + + // LED を(明示的に)オフ、マウスサンプリングをオフ + gSIO->Write(2, 0x00); + gSIO->Write(2, 0x01); + gSIO->Write(2, 0x20); } // スクリーンを初期化