--- nono/vm/newsctlr.cpp 2026/04/29 17:05:29 1.1.1.4 +++ nono/vm/newsctlr.cpp 2026/04/29 17:05:38 1.1.1.5 @@ -63,10 +63,6 @@ NewsCtlrDevice::~NewsCtlrDevice() bool NewsCtlrDevice::Init() { - if (inherited::Init() == false) { - return false; - } - dipsw = GetDipswDevice(); // ステータス読み出しのためにキャストしたのを持っておく @@ -74,7 +70,7 @@ NewsCtlrDevice::Init() assert(interrupt); // MAC アドレスを ROM にセット。 - macaddr_t macaddr; + MacAddr macaddr; if (EthernetDevice::GetConfigMacAddr(0, &macaddr, false) == false) { // エラーメッセージは表示済み return false;