--- nono/vm/sysport.h 2026/04/29 17:05:11 1.1.1.9 +++ nono/vm/sysport.h 2026/04/29 17:05:14 1.1.1.10 @@ -27,6 +27,7 @@ struct SYSPORT int rom_wait; // 設定値。ウェイトにする時には +2 する int ram_wait; // 設定値。 bool key_ctrl; + uint pwoff_count; }; class SysportDevice : public IODevice