--- nono/vm/nmi.cpp 2026/04/29 17:05:29 1.1.1.5 +++ nono/vm/nmi.cpp 2026/04/29 17:05:38 1.1.1.6 @@ -28,10 +28,6 @@ NMIDevice::~NMIDevice() bool NMIDevice::Init() { - if (inherited::Init() == false) { - return false; - } - interrupt = GetInterruptDevice(); scheduler->ConnectMessage(MessageID::NMI, this,