--- nono/vm/rtc.h 2026/04/29 17:04:45 1.1.1.4 +++ nono/vm/rtc.h 2026/04/29 17:04:53 1.1.1.5 @@ -42,9 +42,7 @@ class RTCDevice : public IODevice RTCDevice(); virtual ~RTCDevice() override; - // 初期化 - // VM の RTC に仮想時刻(の初期値)をセットする。 - virtual bool InitRTC() = 0; + void ResetHard() override; // 32Hz クロック入力。 //