--- nono/vm/planevram.h 2026/04/29 17:05:51 1.1.1.7 +++ nono/vm/planevram.h 2026/04/29 17:06:01 1.1.1.8 @@ -103,6 +103,6 @@ class PlaneVRAMDevice : public IODevice int yscroll {}; }; -static inline PlaneVRAMDevice *GetPlaneVRAMDevice() { +inline PlaneVRAMDevice *GetPlaneVRAMDevice() { return Object::GetObject(OBJ_PLANEVRAM); }