--- nono/vm/gvram.h 2026/04/29 17:05:09 1.1.1.6 +++ nono/vm/gvram.h 2026/04/29 17:05:17 1.1.1.7 @@ -15,6 +15,7 @@ class GVRAMDevice : public IODevice { using inherited = IODevice; + static const uint baseaddr = 0xc0'0000; public: GVRAMDevice(); virtual ~GVRAMDevice() override; @@ -28,5 +29,3 @@ class GVRAMDevice : public IODevice private: std::unique_ptr mem {}; }; - -extern GVRAMDevice *gGVRAM;