--- nono/hd64180/hd647180io.cpp 2026/04/29 17:05:47 1.1.1.3 +++ nono/hd64180/hd647180io.cpp 2026/04/29 17:06:01 1.1.1.4 @@ -931,7 +931,7 @@ MPU64180Device::PeekFRC() const // そこから 10φ ごとに1ずつ減っていく。 // そのため、リセット時の時刻を覚えておき、経過時間から計算する。 uint64 time = scheduler->GetVirtTime() - timer_epoch; - return 0xff - (uint8)(time / (clock_nsec * 10)); + return 0xff - (uint8)(time / (clock_tsec * 10)); } }