--- nono/m680x0/testea.cpp 2026/04/29 17:05:48 1.1.1.6 +++ nono/m680x0/testea.cpp 2026/04/29 17:05:57 1.1.1.7 @@ -23,8 +23,6 @@ class MPU680x0Test : public MPU680x0Devi uint32 read_data(busaddr addr) override; void write_data(busaddr addr, uint32 data) override; - bool TranslateRead() override { return true; } - bool TranslateWrite() override { return true; } busaddr TranslatePeek(busaddr) override { return busaddr(0); } void CalcStat() override { } bool ops_movec_rc_rn_cpu(uint, uint) override { return true; } @@ -104,6 +102,7 @@ bool Device::Init() { return true; } void Device::ResetHard(bool) { } void Device::PowerOff() { } bool MPUDevice::Init() { return true; } +void MPUDevice::ResetHard(bool) { } void MPUDevice::PowerOff() { } bool MainMPUDevice::Init() { return true; } bool MPU680x0Device::Init() { return true; }