--- nono/vm/crtc.cpp 2026/04/29 17:04:28 1.1.1.1 +++ nono/vm/crtc.cpp 2026/04/29 17:04:29 1.1.1.2 @@ -17,7 +17,7 @@ CRTCDevice::CRTCDevice() vdisp_event.dev = this; vdisp_event.func = (DeviceCallback_t)&CRTCDevice::VDispCallback; - vdisp_event.name = "CRTC V-DISP"; + vdisp_event.SetName("CRTC V-DISP"); } CRTCDevice::~CRTCDevice()