--- nono/vm/opm.h 2026/04/29 17:05:29 1.1.1.8 +++ nono/vm/opm.h 2026/04/29 17:05:50 1.1.1.10 @@ -11,7 +11,6 @@ #pragma once #include "device.h" -#include "event.h" class ADPCMDevice; class FDCDevice; @@ -43,9 +42,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 {};