--- nono/vm/prom.h 2026/04/29 17:04:36 1.1.1.1 +++ nono/vm/prom.h 2026/04/29 17:04:42 1.1.1.2 @@ -28,7 +28,7 @@ class PROMDevice bool InitLuna(); bool InitLuna88k(); - uint64 start_time = 0; // パフォーマンス測定用 + uint64 start_time {}; // パフォーマンス測定用 }; extern std::unique_ptr gPROM;