--- nono/vm/dmac.h 2026/04/29 17:04:55 1.1.1.8 +++ nono/vm/dmac.h 2026/04/29 17:04:58 1.1.1.9 @@ -9,6 +9,7 @@ #include "device.h" #include "monitor.h" #include "scheduler.h" +#include struct DMAC { @@ -206,7 +207,7 @@ class DMACDevice : public IODevice void ChangeInterrupt(); struct DMAC dmac {}; - Event event[4] {}; + std::array event {}; Monitor monitor { this };