--- nono/vm/rtc.h 2026/04/29 17:05:51 1.1.1.14 +++ nono/vm/rtc.h 2026/04/29 17:06:01 1.1.1.15 @@ -125,7 +125,7 @@ class RTCDevice : public IODevice void Callback(Event *); // イベント間隔 - const uint period = 31.25_msec; + const uint64 period = 31.25_msec; // システムクロックが刻んでいる時刻 uint64 stime {}; @@ -136,6 +136,6 @@ class RTCDevice : public IODevice Event *event {}; }; -static inline RTCDevice *GetRTCDevice() { +inline RTCDevice *GetRTCDevice() { return Object::GetObject(OBJ_RTC); }