--- nono/vm/ram_partial.h 2026/04/29 17:04:50 1.1.1.1 +++ nono/vm/ram_partial.h 2026/04/29 17:05:11 1.1.1.3 @@ -4,6 +4,10 @@ // Licensed under nono-license.txt // +// +// LUNA* の RAM のうち 16MB に満たないメモリブロックを担当する人 +// + #pragma once #include "device.h" @@ -31,7 +35,7 @@ class PartialRAMDevice : public IODevice uint32 ram_size {}; IODevice *ramdev {}; - IODevice *nulldev {}; + IODevice *nopdev {}; }; -extern std::unique_ptr gPartialRAM; +extern PartialRAMDevice *gPartialRAM;