--- nono/vm/sram.cpp 2026/04/29 17:04:36 1.1.1.4 +++ nono/vm/sram.cpp 2026/04/29 17:04:53 1.1.1.6 @@ -6,7 +6,6 @@ #include "sram.h" #include "mainapp.h" -#include "mystring.h" // // SRAM @@ -43,6 +42,13 @@ SRAMDevice::Init() return true; } +void +SRAMDevice::ResetHard() +{ + // XXX 未調査 + writeable = false; +} + // アドレスデコーダ inline uint64 SRAMDevice::Decoder(uint32 addr) const