--- nono/vm/lunafb.h 2026/04/29 17:05:29 1.1.1.6 +++ nono/vm/lunafb.h 2026/04/29 17:05:33 1.1.1.7 @@ -11,7 +11,6 @@ #pragma once #include "planevram.h" -#include "monitor.h" // VRAM の ROP (定数) struct ROP { @@ -128,7 +127,7 @@ class LunafbDevice : public PlaneVRAMDev // ウェイト [nsec] busdata wait {}; - Monitor monitor { this }; + Monitor *monitor {}; }; static inline LunafbDevice *GetLunafbDevice() {