--- nono/vm/xpbus.cpp 2026/04/29 17:05:29 1.1.1.3 +++ nono/vm/xpbus.cpp 2026/04/29 17:05:50 1.1.1.5 @@ -42,6 +42,7 @@ // 内蔵 RAM は XPBusDevice の internal_ram[]。 #include "xpbus.h" +#include "nop.h" #include "subram.h" // コンストラクタ @@ -61,10 +62,6 @@ XPbusDevice::~XPbusDevice() bool XPbusDevice::Init() { - if (inherited::Init() == false) { - return false; - } - nopio = GetNopIODevice(); subram = GetSubRAMDevice(); return true;