--- nono/vm/romemu_x68k.cpp 2026/04/29 17:05:29 1.1.1.4 +++ nono/vm/romemu_x68k.cpp 2026/04/29 17:05:38 1.1.1.5 @@ -61,10 +61,6 @@ ROM30EmuDevice::~ROM30EmuDevice() bool ROM30EmuDevice::Init() { - if (inherited::Init() == false) { - return false; - } - mainbus = GetMainbusDevice(); spc = GetSPCDevice();