--- nono/vm/rtc.h 2026/04/29 17:04:53 1.1.1.5 +++ nono/vm/rtc.h 2026/04/29 17:04:55 1.1.1.6 @@ -39,7 +39,7 @@ class RTCDevice : public IODevice using inherited = IODevice; public: - RTCDevice(); + RTCDevice(const std::string& objname_); virtual ~RTCDevice() override; void ResetHard() override;