--- nono/vm/sysport.h 2026/04/29 17:04:36 1.1.1.3 +++ nono/vm/sysport.h 2026/04/29 17:04:45 1.1.1.5 @@ -21,7 +21,7 @@ struct SYSPORT int contrast; int rom_wait; // 設定値。ウェイトにする時には +2 する - int ram_wait; + int ram_wait; // 設定値。 }; class SysportDevice @@ -33,7 +33,9 @@ class SysportDevice public: SysportDevice(); - ~SysportDevice() override; + virtual ~SysportDevice() override; + + void ResetHard() override; protected: // BusIO インタフェース