--- nono/cli/cli_app.cpp 2026/04/29 17:05:09 1.1.1.9 +++ nono/cli/cli_app.cpp 2026/04/29 17:05:13 1.1.1.10 @@ -14,6 +14,7 @@ #include "mainapp.h" #include "mpu680x0.h" #include "pluto.h" +#include "power.h" #include "vm.h" // wxApp と相似にするためのクラス @@ -84,7 +85,7 @@ CLIApp::OnCreate() UIMessage::Attach(&CUIMessage::Process); // 電源投入 - gVM->PowerButton(); + gPower->PowerButton(); // メッセージを待つ while (exit_request == false) {