--- nono/vm/rtc.h 2026/04/29 17:04:45 1.1.1.4 +++ nono/vm/rtc.h 2026/04/29 17:04:55 1.1.1.6 @@ -39,12 +39,10 @@ class RTCDevice : public IODevice using inherited = IODevice; public: - RTCDevice(); + RTCDevice(const std::string& objname_); virtual ~RTCDevice() override; - // 初期化 - // VM の RTC に仮想時刻(の初期値)をセットする。 - virtual bool InitRTC() = 0; + void ResetHard() override; // 32Hz クロック入力。 //