--- nono/vm/mfp.cpp 2026/04/29 17:04:28 1.1 +++ nono/vm/mfp.cpp 2026/04/29 17:04:29 1.1.1.2 @@ -23,7 +23,7 @@ MFPDevice::MFPDevice() event[ch].dev = this; event[ch].func = (DeviceCallback_t)&MFPDevice::TimerCallback; event[ch].code = ch; - event[ch].name = string_format("MFP Timer-%c", ch + 'A'); + event[ch].SetName(string_format("MFP Timer-%c", ch + 'A')); } }