--- nono/vm/newsfb.h 2026/04/29 17:05:17 1.1.1.1 +++ nono/vm/newsfb.h 2026/04/29 17:05:33 1.1.1.2 @@ -11,7 +11,7 @@ #pragma once #include "device.h" -#include "monitor.h" +#include "textscreen.h" class NewsfbDevice : public Device { @@ -29,7 +29,7 @@ class NewsfbDevice : public Device TextScreen console {}; - Monitor monitor { this }; + Monitor *monitor {}; }; static inline NewsfbDevice *GetNewsfbDevice() {