--- nono/vm/newsio.h 2026/04/29 17:05:29 1.1.1.3 +++ nono/vm/newsio.h 2026/04/29 17:05:33 1.1.1.4 @@ -11,7 +11,7 @@ #pragma once #include "device.h" -#include "monitor.h" +#include "textscreen.h" #include class NewsCtlrDevice; @@ -47,7 +47,7 @@ class NewsIODevice : public IODevice NewsCtlrDevice *newsctlr {}; - Monitor monitor { this }; + Monitor *monitor {}; // 裏バッファ TextScreen src_screen {};