--- nono/vm/crtc.cpp 2026/04/29 17:04:50 1.1.1.6 +++ nono/vm/crtc.cpp 2026/04/29 17:04:55 1.1.1.7 @@ -19,13 +19,11 @@ std::unique_ptr gCRTC; CRTCDevice::CRTCDevice() + : inherited("CRTC") { - logname = "crtc"; - devname = "CRTC"; devaddr = 0xe80000; devlen = 0x2000; - vdisp_event.dev = this; vdisp_event.func = (DeviceCallback_t)&CRTCDevice::VDispCallback; vdisp_event.SetName("CRTC V-DISP"); }