--- nono/vm/tas.h 2026/04/29 17:04:50 1.1.1.3 +++ nono/vm/tas.h 2026/04/29 17:04:53 1.1.1.4 @@ -19,6 +19,8 @@ class TASDevice TASDevice(); virtual ~TASDevice() override; + void ResetHard() override; + protected: // BusIO インタフェース static const uint32 NPORT = 1;