--- nono/vm/areaset.cpp 2026/04/29 17:05:29 1.1.1.10 +++ nono/vm/areaset.cpp 2026/04/29 17:05:50 1.1.1.12 @@ -9,6 +9,7 @@ // #include "areaset.h" +#include "event.h" #include "mpu.h" #include "x68kio.h" @@ -27,10 +28,6 @@ AreaSetDevice::~AreaSetDevice() bool AreaSetDevice::Init() { - if (inherited::Init() == false) { - return false; - } - x68kio = GetX68kIODevice(); return true;