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