--- nono/vm/goldfish_pic.cpp 2026/04/29 17:05:33 1.1.1.3 +++ nono/vm/goldfish_pic.cpp 2026/04/29 17:05:38 1.1.1.4 @@ -64,10 +64,6 @@ GFPICDevice::~GFPICDevice() bool GFPICDevice::Init() { - if (inherited::Init() == false) { - return false; - } - interrupt = GetInterruptDevice(); return true;