--- nono/vm/scsibus.cpp 2026/04/29 17:05:33 1.1.1.13 +++ nono/vm/scsibus.cpp 2026/04/29 17:05:37 1.1.1.14 @@ -99,10 +99,6 @@ SCSIBus::Create() bool SCSIBus::Init() { - if (inherited::Init() == false) { - return false; - } - event.SetName("SCSIBus"); // 複数出来たら名前どうするべか scheduler->RegistEvent(event);