--- nono/vm/crtc2.cpp 2026/04/29 17:04:50 1.1.1.6 +++ nono/vm/crtc2.cpp 2026/04/29 17:04:55 1.1.1.7 @@ -10,12 +10,10 @@ std::unique_ptr gCRTC2; CRTC2Device::CRTC2Device() + : inherited("CRTC2") { - logname = "crtc2"; - devname = "CRTC2"; devaddr = 0xd1000000; - vdisp_event.dev = this; vdisp_event.func = (DeviceCallback_t)&CRTC2Device::VDispCallback; vdisp_event.SetName("CRTC2 V-DISP"); }