--- nono/vm/power.h 2026/04/29 17:05:50 1.1.1.6 +++ nono/vm/power.h 2026/04/29 17:06:00 1.1.1.7 @@ -133,6 +133,6 @@ class X68030PowerDevice : public PowerDe bool alarm_out {}; }; -static inline PowerDevice *GetPowerDevice() { +inline PowerDevice *GetPowerDevice() { return Object::GetObject(OBJ_POWER); }