--- nono/vm/pluto.h 2026/04/29 17:05:09 1.1.1.8 +++ nono/vm/pluto.h 2026/04/29 17:05:17 1.1.1.9 @@ -16,6 +16,8 @@ class PlutoDevice : public IODevice { using inherited = IODevice; + static const uint baseaddr = 0xeac000; + public: PlutoDevice(); virtual ~PlutoDevice() override; @@ -49,5 +51,3 @@ class PlutoDevice : public IODevice timeval m_start {}; timeval m_total {}; }; - -extern PlutoDevice *gPluto;