--- nono/vm/mpscc.h 2026/04/29 17:05:28 1.1.1.5 +++ nono/vm/mpscc.h 2026/04/29 17:05:32 1.1.1.6 @@ -13,7 +13,6 @@ #include "device.h" #include "event.h" #include "message.h" -#include "monitor.h" #include #if defined(MPSCC_SIO_LOG_HACK) @@ -615,6 +614,6 @@ class MPSCCDevice : public IODevice InterruptDevice *interrupt {}; - // モニタ (更新関数は継承側で用意する) - Monitor monitor { this }; + // モニタ + Monitor *monitor {}; };