--- nono/vm/tvram.h 2026/04/29 17:05:33 1.1.1.12 +++ nono/vm/tvram.h 2026/04/29 17:05:59 1.1.1.14 @@ -64,8 +64,10 @@ class TVRAMDevice : public PlaneVRAMDevi struct tvram tvram {}; VideoCtlrDevice *videoctlr {}; + + static const busdata wait; }; -static inline TVRAMDevice *GetTVRAMDevice() { +inline TVRAMDevice *GetTVRAMDevice() { return Object::GetObject(OBJ_PLANEVRAM); }