--- nono/vm/interrupt.cpp 2026/04/29 17:05:33 1.1.1.11 +++ nono/vm/interrupt.cpp 2026/04/29 17:05:37 1.1.1.12 @@ -194,22 +194,11 @@ M680x0Interrupt::~M680x0Interrupt() bool M680x0Interrupt::Init() { - if (inherited::Init() == false) { - return false; - } - mpu680x0 = GetMPU680x0Device(mpu); return true; } -// ăƒȘă‚»ăƒƒăƒˆ -void -M680x0Interrupt::ResetHard(bool poweron) -{ - inherited::ResetHard(poweron); -} - void M680x0Interrupt::ChangeInterrupt() {