--- nono/vm/lcd.h 2026/04/29 17:05:10 1.1.1.9 +++ nono/vm/lcd.h 2026/04/29 17:05:18 1.1.1.10 @@ -88,4 +88,6 @@ class LCDDevice : public Device static const uint8 CGROM[12 * 16 * 8]; }; -extern LCDDevice *gLCD; +static inline LCDDevice *GetLCDDevice() { + return Object::GetObject(OBJ_LCD); +}