--- nono/vm/mfp.h 2026/04/29 17:05:29 1.1.1.15 +++ nono/vm/mfp.h 2026/04/29 17:05:33 1.1.1.16 @@ -12,7 +12,6 @@ #include "device.h" #include "event.h" -#include "monitor.h" #include class InterruptDevice; @@ -272,7 +271,7 @@ class MFPDevice : public IODevice std::array event {}; Event key_event { this }; - Monitor monitor { this }; + Monitor *monitor {}; InterruptDevice *interrupt {}; X68030Keyboard *keyboard {};