--- nono/vm/tvram.h 2026/04/29 17:05:50 1.1.1.13 +++ nono/vm/tvram.h 2026/04/29 17:05:59 1.1.1.14 @@ -68,6 +68,6 @@ class TVRAMDevice : public PlaneVRAMDevi static const busdata wait; }; -static inline TVRAMDevice *GetTVRAMDevice() { +inline TVRAMDevice *GetTVRAMDevice() { return Object::GetObject(OBJ_PLANEVRAM); }