--- nono/vm/extram.cpp 2026/04/29 17:05:29 1.1.1.4 +++ nono/vm/extram.cpp 2026/04/29 17:05:38 1.1.1.5 @@ -35,10 +35,6 @@ ExtRAMDevice::~ExtRAMDevice() bool ExtRAMDevice::Init() { - if (inherited::Init() == false) { - return false; - } - const ConfigItem& item = gConfig->Find("extram-size"); uint32 extram_size_MB = item.AsInt(); if (extram_size_MB == 0) {