--- nono/vm/mpu.cpp 2026/04/29 17:04:55 1.1.1.7 +++ nono/vm/mpu.cpp 2026/04/29 17:05:06 1.1.1.8 @@ -52,3 +52,12 @@ MPUDevice::Init() return true; } + +// Round Mode (モニタ表示用) +/*static*/ const char * const +MPUDevice::rmstr[4] = { + "Near", + "Zero", + "Minus", + "Plus", +};