--- nono/vm/adpcm.cpp 2026/04/29 17:05:28 1.1.1.4 +++ nono/vm/adpcm.cpp 2026/04/29 17:05:37 1.1.1.5 @@ -29,10 +29,6 @@ ADPCMDevice::~ADPCMDevice() bool ADPCMDevice::Init() { - if (inherited::Init() == false) { - return false; - } - dmac = GetDMACDevice(); ppi = GetPPIDevice();