--- nono/vm/bt45x.cpp 2026/04/29 17:05:33 1.1.1.5 +++ nono/vm/bt45x.cpp 2026/04/29 17:05:37 1.1.1.6 @@ -76,10 +76,6 @@ BT45xDevice::GetConfigPlaneCount() bool BT45xDevice::Init() { - if (inherited::Init() == false) { - return false; - } - int n = GetConfigPlaneCount(); // ここに来ているということはエラーは起きなかったはず。 assert(n >= 0);