--- nono/vm/mpu680x0.cpp 2026/04/29 17:04:45 1.1.1.5 +++ nono/vm/mpu680x0.cpp 2026/04/29 17:04:47 1.1.1.6 @@ -99,7 +99,7 @@ MPU680x0Device::Run(uint32 vtime) // 現在の仮想時刻 [nsec] を取得する uint64 -MPU680x0Device::GetVirtTime() +MPU680x0Device::GetVirtTime() const { return m68030_get_vtime(cpu); }