--- nono/vm/crtc.cpp 2026/04/29 17:05:32 1.1.1.13 +++ nono/vm/crtc.cpp 2026/04/29 17:05:37 1.1.1.14 @@ -47,10 +47,6 @@ CRTCDevice::~CRTCDevice() bool CRTCDevice::Init() { - if (inherited::Init() == false) { - return false; - } - mfp = GetMFPDevice(); tvram = GetTVRAMDevice(); videoctlr = GetVideoCtlrDevice();