--- nono/vm/crtc2.h 2026/04/29 17:05:28 1.1.1.11 +++ nono/vm/crtc2.h 2026/04/29 17:05:33 1.1.1.12 @@ -13,6 +13,7 @@ #include "device.h" #include "event.h" +class LunafbDevice; class Renderer; class CRTC2Device : public IODevice @@ -43,6 +44,7 @@ class CRTC2Device : public IODevice // レジスタ uint8 reg[40] {}; + LunafbDevice *lunafb {}; Renderer *renderer {}; Event vdisp_event { this };