--- nono/vm/mpu.h 2026/04/29 17:04:59 1.1.1.9 +++ nono/vm/mpu.h 2026/04/29 17:05:06 1.1.1.10 @@ -61,6 +61,9 @@ class MPUDevice : public Device protected: int clock_khz {}; // MPU クロック [kHz] + + // Round Mode (モニタ表示用) + static const char * const rmstr[4]; }; extern std::unique_ptr gMPU;