--- nono/vm/sysport.h 2026/04/29 17:04:36 1.1.1.3 +++ nono/vm/sysport.h 2026/04/29 17:04:42 1.1.1.4 @@ -21,7 +21,7 @@ struct SYSPORT int contrast; int rom_wait; // 設定値。ウェイトにする時には +2 する - int ram_wait; + int ram_wait; // 設定値。 }; class SysportDevice @@ -35,6 +35,8 @@ class SysportDevice SysportDevice(); ~SysportDevice() override; + void ResetHard() override; + protected: // BusIO インタフェース static const uint32 NPORT = 8;