--- nono/vm/tas.h 2026/04/29 17:05:11 1.1.1.6 +++ nono/vm/tas.h 2026/04/29 17:05:18 1.1.1.7 @@ -32,5 +32,3 @@ class TASDevice : public IODevice private: std::atomic tas {}; // bit 7 のみ有効。 }; - -extern TASDevice *gTAS;