--- nono/vm/vm_x68k.h 2026/04/29 17:04:45 1.1.1.4 +++ nono/vm/vm_x68k.h 2026/04/29 17:04:50 1.1.1.5 @@ -23,12 +23,12 @@ class VM_X68030 final : public VM // 電源ボタンの状態を取得。オンなら true。 bool IsPowerButton() const override { return power_button; } + // MPU の RESET 命令によるリセット + void ResetByMPU() override; + private: // 電源ボタンの状態。オンなら true。 bool power_button {}; - - // デバイス - std::unique_ptr xiospace {}; }; class VM_RXZ final : public VM