--- nono/vm/sysport.h 2026/04/29 17:05:33 1.1.1.14 +++ nono/vm/sysport.h 2026/04/29 17:06:01 1.1.1.15 @@ -65,7 +65,7 @@ class SysportDevice : public IODevice bool PokePort(uint32 offset, uint32 data); private: - DECLARE_MONITOR_CALLBACK(MonitorUpdate); + DECLARE_MONITOR_SCREEN(MonitorScreen); struct SYSPORT sysport {}; @@ -81,6 +81,6 @@ class SysportDevice : public IODevice VideoCtlrDevice *videoctlr {}; }; -static inline SysportDevice *GetSysportDevice() { +inline SysportDevice *GetSysportDevice() { return Object::GetObject(OBJ_SYSPORT); }