--- nono/vm/dipsw.h 2026/04/29 17:05:29 1.1.1.2 +++ nono/vm/dipsw.h 2026/04/29 17:06:00 1.1.1.3 @@ -64,6 +64,6 @@ class NewsDipswDevice : public DipswDevi bool Init() override; }; -static inline DipswDevice *GetDipswDevice() { +inline DipswDevice *GetDipswDevice() { return Object::GetObject(OBJ_DIPSW); }