--- nono/vm/sram.h 2026/04/29 17:04:36 1.1.1.3 +++ nono/vm/sram.h 2026/04/29 17:04:42 1.1.1.4 @@ -42,7 +42,7 @@ class SRAMDevice MappedFile file {}; uint8 *mem {}; - bool writeable = false; + bool writeable {}; // ホストファイル起動用の読み出し値を返す uint32 PeekHostBoot(uint32 offset) const;