--- nono/vm/goldfish_rtc.cpp 2026/04/29 17:05:29 1.1.1.2 +++ nono/vm/goldfish_rtc.cpp 2026/04/29 17:05:50 1.1.1.4 @@ -20,6 +20,7 @@ // 同じものを使うらしい。 #include "goldfish_rtc.h" +#include "event.h" #include "mpu.h" #include "textscreen.h" @@ -38,17 +39,6 @@ GFRTCDevice::~GFRTCDevice() { } -// 初期化 -bool -GFRTCDevice::Init() -{ - if (inherited::Init() == false) { - return false; - } - - return true; -} - // リセット void GFRTCDevice::ResetHard(bool poweron)