--- nono/vm/spc.h 2026/04/29 17:05:29 1.1.1.16 +++ nono/vm/spc.h 2026/04/29 17:05:33 1.1.1.17 @@ -13,7 +13,7 @@ #include "device.h" #include "event.h" #include "fixedqueue.h" -#include "monitor.h" +#include "mainapp.h" class InterruptDevice; class SCSIHostDevice; @@ -287,7 +287,7 @@ class SPCDevice : public IODevice std::unique_ptr scsi /*{}*/; - Monitor monitor { this }; + Monitor *monitor {}; }; static inline SPCDevice *GetSPCDevice() {