--- nono/vm/opm.h 2026/04/29 17:05:29 1.1.1.8 +++ nono/vm/opm.h 2026/04/29 17:05:42 1.1.1.9 @@ -43,9 +43,9 @@ class OPMDevice : public IODevice int reg {}; // アクセスレジスタ番号 - uint64 busy_origin; // BUSY の起点時刻 - uint64 busy_start; // BUSY のアサート開始時刻 - uint64 busy_end; // BUSY のアサート終了時刻 + uint64 busy_origin {}; // BUSY の起点時刻 + uint64 busy_start {}; // BUSY のアサート開始時刻 + uint64 busy_end {}; // BUSY のアサート終了時刻 ADPCMDevice *adpcm {}; FDCDevice *fdc {};