--- nono/vm/xpbus.cpp 2026/04/29 17:05:29 1.1.1.3 +++ nono/vm/xpbus.cpp 2026/04/29 17:05:38 1.1.1.4 @@ -61,10 +61,6 @@ XPbusDevice::~XPbusDevice() bool XPbusDevice::Init() { - if (inherited::Init() == false) { - return false; - } - nopio = GetNopIODevice(); subram = GetSubRAMDevice(); return true;