--- nono/vm/ram_partial.h 2026/04/29 17:04:50 1.1.1.1 +++ nono/vm/ram_partial.h 2026/04/29 17:04:55 1.1.1.2 @@ -31,7 +31,7 @@ class PartialRAMDevice : public IODevice uint32 ram_size {}; IODevice *ramdev {}; - IODevice *nulldev {}; + IODevice *nopdev {}; }; extern std::unique_ptr gPartialRAM;