--- nono/vm/ssg.h 2026/04/29 17:05:33 1.1.1.2 +++ nono/vm/ssg.h 2026/04/29 17:05:59 1.1.1.3 @@ -105,7 +105,7 @@ class SSGDevice : public IODevice busdata Peek1(uint32 addr) override; private: - DECLARE_MONITOR_CALLBACK(MonitorUpdate); + DECLARE_MONITOR_SCREEN(MonitorScreen); uint32 GetReg(uint32 n) const; @@ -115,6 +115,6 @@ class SSGDevice : public IODevice Monitor *monitor {}; }; -static inline SSGDevice *GetSSGDevice() { +inline SSGDevice *GetSSGDevice() { return Object::GetObject(OBJ_SSG); }