--- nono/vm/cmmu.cpp 2026/04/29 17:05:29 1.1.1.8 +++ nono/vm/cmmu.cpp 2026/04/29 17:05:38 1.1.1.10 @@ -13,6 +13,7 @@ #include "cmmu.h" #include "m88200.h" +#include "mainapp.h" // コンストラクタ CMMUDevice::CMMUDevice() @@ -29,10 +30,6 @@ CMMUDevice::~CMMUDevice() bool CMMUDevice::Init() { - if (inherited::Init() == false) { - return false; - } - // CMMU をポイントしておく for (int i = 0; i < cmmus.size(); i++) { cmmus[i] = gMainApp.FindObject(OBJ_M88200(i));